rspack-v2-upgrade
Use when upgrading a Rspack 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-rspack-v2-upgrade-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name rspack-v2-upgrade description Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates. Rspack 1.x to v2 Upgrade Workflow Confirm current setup Read package.json to identify Rspack packages in use. Locate the Rspack config file (commonly rspack.config.(ts|js|mjs|cjs) ). Open the official migration guide Use the official guide as the single source of truth: https://rspack.rs/guide/migration/rspack_1.x Plan required changes 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 Upgrade Rspack packages to v2: @rspack/core , @rspack/cli , @rspack/dev-server , @rspack/plugin-react-refresh . Apply migration changes Update the Rspack config and related code according to the official guide. Remove deprecated or unsupported options. Validate Run 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 / カスタム) |