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)
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |