This handles the grunt work of moving webpack, Vite, CRA/CRACO, or Vue CLI projects over to Rsbuild. It detects which bundler you're currently using, applies the framework-specific config deltas from official migration guides, and validates that dev and build still work before cleaning up old dependencies. The approach is conservative: it won't touch your application code and prioritizes minimal changes over clever refactors. Useful if you're chasing Rsbuild's performance improvements but don't want to spend hours manually translating loader configs and build options. It keeps old config around until the new setup passes validation, which is the right call when you're swapping out something as central as your build tool.
npx skills add https://github.com/rstackjs/agent-skills --skill migrate-to-rsbuild