What problem does it solve? Next.js applications frequently hit framework-specific problems like hydration errors, Server Component misuse, caching surprises, broken dynamic routes, and failed production builds. This Skill provides structured diagnosis commands and prioritized fix playbooks for each problem category. ## Core Features & Use Cases - Problem Playbooks: Step-by-step diagnosis and fixes for App Router, Server Components, data fetching, dynamic routes, API Route Handlers, middleware, and deployment. - Environment Detection: Shell commands to detect Next.js version, router type (App vs Pages), deployment config, and optimization usage. - Code Review Checklist: A structured checklist covering rendering strategy, caching, performance, and migration anti-patterns. - Use Case: Your page throws "Cannot use useState in Server Component". The Skill locates offending components with grep, then applies progressive fixes from adding 'use client' to restructuring component boundaries. ## Quick Start Ask the agent to diagnose why my Next.js page shows a hydration error and apply the recommended fix.