Skip to content

Commit df033cc

Browse files
committed
feat: add codex plugin setting
1 parent 506b48a commit df033cc

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "react-simplikit",
3+
"interface": {
4+
"displayName": "React Simplikit"
5+
},
6+
"plugins": [
7+
{
8+
"name": "react-design-philosophy",
9+
"source": {
10+
"source": "local",
11+
"path": "./packages/plugin"
12+
},
13+
"policy": {
14+
"installation": "AVAILABLE",
15+
"authentication": "ON_INSTALL"
16+
},
17+
"category": "Development"
18+
}
19+
]
20+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "react-design-philosophy",
3+
"version": "0.1.0",
4+
"description": "React design philosophy for abstraction design, hook review, and hook writing. Covers declarative APIs, lifecycle safety, SSR, state design, effect patterns, TypeScript, and performance.",
5+
"author": { "name": "kimyouknow, zztnrudzz13" },
6+
"homepage": "https://react-simplikit.slash.page",
7+
"repository": "https://github.com/toss/react-simplikit",
8+
"license": "MIT",
9+
"keywords": ["react", "hooks", "philosophy", "code-review", "api-design", "ssr", "typescript"],
10+
"skills": "./skills/",
11+
"interface": {
12+
"displayName": "React Design Philosophy",
13+
"shortDescription": "React hook design, review, and API abstraction guidance.",
14+
"longDescription": "React design philosophy for abstraction design, hook review, and hook writing. Covers declarative APIs, lifecycle safety, SSR, state design, effect patterns, TypeScript, and performance.",
15+
"developerName": "Toss",
16+
"category": "Development",
17+
"capabilities": ["Review", "Write"],
18+
"websiteURL": "https://react-simplikit.slash.page",
19+
"defaultPrompt": [
20+
"Review this hook against React design principles.",
21+
"Design a React hook API for this behavior.",
22+
"Check whether this abstraction fits React."
23+
]
24+
}
25+
}

0 commit comments

Comments
 (0)