A solid reference if you're working with Turbopack in Next.js 16, where it's now the default bundler. The skill covers the practical stuff: migrating webpack loaders, configuring the new top-level turbopack config (moved out of experimental), and debugging when builds blow up or HMR slows down. Especially useful for the CSS behavior differences and tree shaking quirks that trip people up coming from webpack. The custom loader migration table is handy, and it's honest about when you should just fall back to webpack if something truly isn't supported yet. Good for both initial setup and troubleshooting production build issues.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill turbopack