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

Related skills
Installs
3
GitHub Stars
2
First Seen
7 days ago