What problem does it solve?
This Skill provides a concise, authoritative collection of Next.js best practices to help teams write consistent, robust, and maintainable apps, reducing onboarding time and preventing common architectural pitfalls.
Core Features & Use Cases
- File conventions and routing guidelines that align with Next.js App Router and parallel routes.
- RSC boundaries and React directives to separate server/client concerns and improve performance.
- Async data patterns and routing strategies, including Server Components, Server Actions, and Route Handlers.
- Metadata, OG images, and viewport configuration guidance to optimize SEO and accessibility.
- Error handling, not-found pages, and debugging tips to improve reliability and maintain user trust.
- Guidance for bundling, fonts, image optimization, and runtime decisions to maximize performance.
- Practical use cases: code reviews, onboarding, and architectural decision making.
Quick Start
Review the Next.js best practices overview and apply the rules to a sample page by aligning file structure, components boundaries, and metadata with the guidelines. Then iterate improvements during code reviews.