rsbuild-v2-upgrade
Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=rstackjs-agent-skills-skills-rsbuild-v2-upgrade-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name rsbuild-v2-upgrade description Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates. Rsbuild v1 to v2 Upgrade Workflow Confirm current setup Read package.json to identify Rsbuild and plugin packages in use. Locate the Rsbuild config file (commonly rsbuild.config.(ts|js|mjs|cjs) ). Open the official upgrade guide Use the v1 → v2 guide as the source of truth: https://rsbuild.rs/guide/upgrade/v1-to-v2 Plan the upgrade path Compare the current project config with the migration guide. List breaking changes that apply to the project’s current config and plugins. Note any removed or renamed options, defaults, or plugin APIs. Update dependencies Bump @rsbuild/core to v2 Bump Rsbuild plugins to latest versions via npx taze major --include /rsbuild/ -w -r Apply config and code changes Update the Rsbuild config to match v2 options and defaults. Remove deprecated or unsupported settings. Validate Run the build and dev commands. Run project tests or type checks. Fix any warnings or errors surfaced by the new version.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.