new-component
Installation
SKILL.md
Create a new React component following project conventions.
Arguments
Component name: $ARGUMENTS
Process
-
Determine Location
- Check if UI component (src/components/ui/)
- Check if feature component (src/components/features/)
- Ask if unclear
-
Create Files
- ComponentName.tsx - Component implementation
- ComponentName.test.tsx - Unit tests
- index.ts - Barrel export