Rsbuild V2 Upgrade
This skill upgrades your Rsbuild V2 project to the latest version, ensuring optimal performance and access to new features for faster builds.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rsbuild-v2-upgrade npx -- -y @trustedskills/rsbuild-v2-upgrade
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rsbuild-v2-upgrade": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rsbuild-v2-upgrade"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
rsbuild-v2-upgrade
What it does
This skill automates the migration of existing Rsbuild projects from version 1 to version 2. It handles complex configuration transformations and updates dependencies to ensure compatibility with the new architecture.
When to use it
- You are maintaining a legacy Rsbuild v1 application that requires security patches or performance improvements available in v2.
- Your team needs to adopt the latest build optimizations and plugin ecosystem introduced in the Rsbuild v2 release cycle.
- You want to streamline the upgrade process by avoiding manual, error-prone configuration rewrites.
Key capabilities
- Automatically detects and migrates project configurations from Rsbuild v1 syntax to v2 standards.
- Updates package dependencies to align with the new version requirements.
- Preserves custom build logic while adapting it to the updated framework structure.
Example prompts
- "Migrate my current Rsbuild v1 project to v2 using the automated upgrade tool."
- "Run the rsbuild-v2-upgrade skill and show me the changes made to my config file."
- "Upgrade my build system to Rsbuild v2 and verify all plugins are compatible."
Tips & gotchas
Ensure your project is backed up before running the migration, as automated tools may not catch every edge case in custom configurations. Review the generated diff carefully to confirm that business logic remains intact after the version switch.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.