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
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=storybookjs-storybook-agents-skills-storybook-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 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)
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.