migrate-to-rsbuild
Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=rstackjs-agent-skills-skills-migrate-to-rsbuild-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name migrate-to-rsbuild description Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild. 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) Official guide first : treat Rsbuild migration docs as source of truth. Smallest-change-first : complete baseline migration first, then migrate custom behavior. Do not change business logic : avoid touching app runtime code unless user explicitly asks. Validate before cleanup : keep old tool dependencies/config temporarily if needed; remove only after Rsbuild is green. Workflow 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.* Apply framework-specific deltas webpack: references/webpack.md Vite: references/vite.md CRA/CRACO: references/cra.md Vue CLI: references/vue-cli.md 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. Cleanup and summarize Remove obsolete dependencies/config only after validation passes. Summarize changed files and any remaining manual follow-ups.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .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 / カスタム) |