This walks you through bumping a Rspack 1.x project to v2 by checking your package.json and config, pulling up the official migration guide at rspack.rs, then systematically updating dependencies like @rspack/core and applying breaking changes to your configuration. It's methodical: plan the changes, upgrade the packages, fix the config, then validate with your build and tests. Useful if you want to avoid the usual upgrade mess of missing a renamed option or deprecated plugin API. The workflow is pretty paint by numbers, which is exactly what you want when dealing with breaking changes in a bundler.
npx skills add https://github.com/rstackjs/agent-skills --skill rspack-v2-upgrade