Documentation
README
Next.js App Router & Server Components
Systematic Next.js 15 development with App Router, Server Components, and performance optimization.
Overview
This Skill enforces:
- Server Components by default (use client only when needed)
- Proper data fetching patterns
- File-based routing with App Router
- Server Actions for mutations
- Streaming and Suspense boundaries
- Performance optimization
- Route handlers and middleware
Apply when building Next.js pages, implementing routes, or optimizing performance.
Server vs Client Components
Default: Server Components (no directive needed)
When needed: Client Components (add 'use client')
Decision Tree
This is the opening of the README. Read the full README on GitHub.