What problem does it solve? Next.js evolves quickly, and developers frequently hit breaking changes such as async request APIs, the middleware-to-proxy rename, and removed Pages Router patterns. This Skill provides expert guidance and automated pattern detection to keep Next.js code correct, modern, and deployable on Vercel. ## Core Features & Use Cases - App Router Expertise: Covers routing, layouts, Server Components, Server Actions, Cache Components, data fetching, metadata, and rendering strategies. - Automated Validation Rules: Detects deprecated patterns like getServerSideProps, next/head, next/router, and un-awaited cookies()/headers() with severity levels and migration guidance. - Skill Chaining: Routes related concerns to companion skills such as routing-middleware, vercel-functions, auth, runtime-cache, and shadcn when relevant patterns are detected. - Use Case: When migrating a Pages Router app to the App Router, the Skill flags legacy APIs, explains the replacement pattern, and points to reference docs for async params, error handling, and image optimization. ## Quick Start Ask the assistant to review your Next.js app directory for App Router best practices and migrate any legacy Pages Router patterns it finds.