nextjs-page-creator
Installation
SKILL.md
Next.js 16 Page Creation Skill
When to Use
Use this skill when the user asks to:
- Create a new page or route
- Add a new view to the application
- Set up page with loading/error states
Critical: Next.js 16 Params Pattern
In Next.js 15+, params are promises and MUST be awaited: