storybook-upgrade
Upgrade Storybook to a specific version (canary or release). Use this when upgrading Storybook packages in an external app, reproduction, or test project.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=storybookjs-storybook-agents-skills-storybook-upgrade-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name storybook-upgrade description Upgrade Storybook to a specific version (canary or release). Use this when upgrading Storybook packages in an external app, reproduction, or test project. allowed-tools Bash Storybook Upgrade Upgrades all Storybook packages in a project to a specific version. Why this matters for the monorepo This skill is mainly for validating Storybook changes outside this repository. QA a canary build from a Storybook PR in a downstream app Reproduce or verify a bug in an external project Usage npx storybook@<VERSION> upgrade Examples Upgrade to canary version npx storybook@0.0.0-pr-33526-sha-a2e09fa2 upgrade Upgrade to latest stable npx storybook@latest upgrade Upgrade to specific release npx storybook@8.5.0 upgrade What it does Detects all @storybook/* packages in your project Upgrades them all to the specified version Handles peer dependencies automatically Works with npm, yarn, and pnpm Important DO NOT manually install storybook packages with npm add / yarn add / pnpm add Always use npx storybook@<version> upgrade to ensure all packages stay in sync The upgrade command handles version resolution across all storybook packages ALWAYS upgrade only 1 major version at a time! Example: 8.x → 9.x → 10.x → canary of 10 Never skip major versions (e.g., don't go from 8.x directly to 10.x)
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .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 / カスタム) |