Loading...
Loading...
Builds, restructures, and standardizes React components according to project conventions (placement, folder/file naming, exports, props patterns). Use when adding components or when reorganizing existing components during refactors, migrations, or component moves.
npx skill4agent add ilya-valasiuk/agent-skills building-componentsComponent Progress:
- [ ] Step 1: Determine placement
- [ ] Step 2: Create folder structure
- [ ] Step 3: Create component file
- [ ] Step 4: Add sub-components (if needed)
- [ ] Step 5: Validate against checklist.tsxcomponents/card-contentCardContent.tsxCardContentexport const ComponentName: React.FC<Props>type PropsinterfaceReact.FC<Props>React.FCcomponents/types.tsconstants.tshelpers.tsindex.ts