What problem does it solve?
This Skill helps you write, review, and debug modern Next.js App Router code without tripping over framework-specific pitfalls, reducing regressions and implementation guesswork.
Core Features & Use Cases
- File and route conventions: Keep layouts, pages, route handlers, parallel routes, intercepting routes, and proxy or middleware files in the correct places.
- RSC and async safety: Catch invalid async client components, non-serializable props, and Next.js 15+ async request APIs like params, searchParams, cookies, and headers.
- Production readiness: Apply best practices for metadata, images, fonts, bundling, hydration, error handling, scripts, caching, and self-hosting.
- Use Case: A developer can use this Skill to review a pull request for App Router mistakes, then fix boundary issues, routing conflicts, and deployment regressions before shipping.
Quick Start
Use the next-best-practices skill to review my Next.js App Router code for routing, server-client boundary, async API, and deployment issues.