app-router
Installation
SKILL.md
App Router Skill
Overview
Master Next.js 14+ App Router with server components, layouts, and modern routing patterns.
Capabilities
- Layouts: Root layout, nested layouts, templates
- Server Components: Default server rendering
- Client Components: Interactive with 'use client'
- Route Groups: (folder) for organization
- Parallel Routes: @slot for simultaneous rendering
- Intercepting Routes: (.) notation patterns