What problem does it solve? Developers working with Turbopack in Next.js often struggle with migrating webpack configurations, debugging build failures, and understanding bundler differences. This Skill provides expert guidance for configuring, optimizing, and troubleshooting Turbopack. ## Core Features & Use Cases - Configuration Guidance: Set up top-level turbopack config in Next.js 16, including resolve aliases, custom rules, and loader replacements. - Webpack Migration: Map webpack loaders to Turbopack equivalents and migrate experimental.turbopack to the new top-level syntax. - Build Diagnostics: Diagnose production build failures, oversized bundles, CSS ordering issues, and environment boundary errors. - Use Case: When a Next.js build fails after switching to Turbopack because of a custom webpack SVG loader, use this Skill to configure turbopack.rules with @svgr/webpack and resolve the error. ## Quick Start Ask the AI to help migrate your webpack configuration in next.config.ts to Turbopack's top-level config format for Next.js 16.