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
File Templates
Related skills
More from martinacostadev/claude-react-agents
new-page
Create a new Next.js App Router page with proper structure
3commit
Create a well-formatted conventional commit with proper message
3test
Run tests and analyze results, fix failing tests
3review
Review code changes for quality, security, and best practices
3new-feature
Create a complete feature module for Expo with screen, components, hooks, and services
3