new-page

Installation
SKILL.md

Create a new Next.js page following App Router conventions.

Arguments

Route path: $ARGUMENTS

Process

  1. Parse Route

    • Extract route segments from argument
    • Identify dynamic segments (e.g., [id])
    • Determine if route group needed
  2. Create Files

    • page.tsx - Main page component
    • loading.tsx - Loading state
    • error.tsx - Error boundary
    • layout.tsx (if needed)

File Templates

Installs
5
GitHub Stars
3
First Seen
May 6, 2026
new-page — martinacostadev/claude-react-agents