Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rstackjs avatar

Migrate To Rsbuild

  • 226 installs
  • 86 repo stars
  • Updated August 4, 2026
  • rstackjs/agent-skills

Use migrate-to-rsbuild for development tasks

About

migrate-to-rsbuild: A skill for development. This provides functionality for development workflows.

  • migrate-to-rsbuild

Migrate To Rsbuild by the numbers

  • 226 all-time installs (skills.sh)
  • +6 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #1,716 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rstackjs/agent-skills --skill migrate-to-rsbuild

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs226
repo stars86
Last updatedAugust 4, 2026
Repositoryrstackjs/agent-skills

What it does

Use migrate-to-rsbuild for development tasks

Files

SKILL.mdMarkdownGitHub ↗

Migrate to Rsbuild

Goal

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild with minimal behavior changes and clear verification.

Supported source frameworks

  • webpack
  • Vite
  • CRA / CRACO
  • Vue CLI

Migration principles (must follow)

1. Official guide first: treat Rsbuild migration docs as source of truth. 2. Smallest-change-first: complete baseline migration first, then migrate custom behavior. 3. Do not change business logic: avoid touching app runtime code unless user explicitly asks. 4. Validate before cleanup: keep old tool dependencies/config temporarily if needed; remove only after Rsbuild is green.

Workflow

1. Detect source framework

  • Check package.json dependencies/scripts and config files:
  • webpack: webpack.config.*
  • Vite: vite.config.*
  • CRA/CRACO: react-scripts, @craco/craco, craco.config.*
  • Vue CLI: @vue/cli-service, vue.config.*

2. Apply framework-specific deltas

  • webpack: references/webpack.md
  • Vite: references/vite.md
  • CRA/CRACO: references/cra.md
  • Vue CLI: references/vue-cli.md

3. Validate behavior

  • Run dev server to verify the project starts without errors.
  • Run build command to verify the project builds successfully.
  • If issues remain, compare the old project configuration with the migration guide and complete any missing mappings.

4. Cleanup and summarize

  • Remove obsolete dependencies/config only after validation passes.
  • Summarize changed files and any remaining manual follow-ups.

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.