new-feature
Installation
SKILL.md
Create a complete feature module following clean architecture.
Arguments
Feature name: $ARGUMENTS
Process
-
Analyze Feature
- Determine required screens
- Identify data requirements
- Plan state management
-
Create Structure
src/ ├── app/ │ └── (feature)/ # Feature route group │ ├── _layout.tsx │ └── index.tsx
Related skills
More from martinacostadev/claude-react-agents
new-component
Create a new React component with TypeScript and tests
4new-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
3