What problem does it solve?
This Skill helps developers configure, migrate, and debug Turbopack so Next.js projects build faster, reload instantly, and avoid bundler-specific failures.
Core Features & Use Cases
- Configuration Guidance: Set up top-level Turbopack options in Next.js 16 and replace older experimental settings.
- Migration Support: Translate common webpack loader and alias patterns into Turbopack-compatible configuration.
- Performance Troubleshooting: Diagnose slow HMR, oversized bundles, cache misses, and production build regressions.
- Use Case: A team moving a large Next.js app from webpack can use this Skill to update config, resolve CSS and loader differences, and validate the new build pipeline.
Quick Start
Ask the Skill to review your Next.js configuration and suggest the correct Turbopack migration or debugging steps for your project.