What problem does it solve? Slow dev server startup, sluggish hot module replacement, and confusion about when to use Turbopack versus webpack make Next.js development frustrating. This Skill provides clear guidance on Next.js 16+ bundler behavior so you can pick the right tool and fix dev-speed issues. ## Core Features & Use Cases - Bundler Selection Guidance: Explains when to use Turbopack (default dev bundler) versus webpack (legacy fallback via --webpack or --no-turbopack). - Dev Speed Optimization: Covers file-system caching under .next that makes restarts 5–14x faster on large projects, with no extra config needed. - Bundle Analysis: Describes the experimental Bundle Analyzer in Next.js 16.1+ for inspecting output and trimming heavy dependencies. - Use Case: Your Next.js app's dev server takes minutes to start. Use this Skill to confirm Turbopack is enabled, verify the cache isn't being cleared, and analyze the production bundle for oversized dependencies. ## Quick Start Ask the agent to diagnose why your Next.js dev server startup is slow and whether Turbopack is configured correctly.