rsbuild-v2-upgrade
Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=rstackjs-agent-skills-skills-rsbuild-v2-upgrade-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |