next-patterns
Installation
SKILL.md
Next.js Patterns
Comprehensive Next.js reference. Auto-loaded when working with Next.js code.
Best Practices
See references/best-practices.md for:
- File conventions and route segments
- RSC boundaries and async patterns
- Runtime selection and directives
- Error handling, data patterns, route handlers
- Metadata, image/font optimization, bundling
- Hydration errors, Suspense boundaries
- Parallel and intercepting routes
- Self-hosting and debug tricks
Related skills