|
| 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