new-page
Installation
SKILL.md
Create a new Next.js page following App Router conventions.
Arguments
Route path: $ARGUMENTS
Process
-
Parse Route
- Extract route segments from argument
- Identify dynamic segments (e.g., [id])
- Determine if route group needed
-
Create Files
- page.tsx - Main page component
- loading.tsx - Loading state
- error.tsx - Error boundary
- layout.tsx (if needed)
File Templates
Related skills
More from martinacostadev/claude-react-agents
new-component
Create a new React component with TypeScript and tests
4commit
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