nextjs
Installation
SKILL.md
Next.js - App Router & Server Components
Modern patterns for Next.js 15 with App Router, Server Components, and streaming
When to Use This Skill
Use this skill when:
- Building Next.js 15+ applications with App Router
- Implementing Server Components and Client Components
- Setting up API routes (Route Handlers)
- Configuring middleware for auth, redirects, or rewrites
- Optimizing performance with streaming and suspense
- Implementing data fetching patterns