storybook-upgrade
Installation
SKILL.md
Storybook Upgrade
Use this skill when Storybook exists but needs an upgrade or MCP repair.
Workflow
- Inspect Storybook packages in
package.jsonfiles and identify the repository root. In monorepos, Storybook's upgrade command should usually be run from the repository root. - Check the project's current Storybook major version before choosing a target.
- Upgrade one major version at a time unless Storybook's own docs explicitly allow a larger jump for that source version.
- Use Storybook's official upgrade command:
npx storybook@latest upgrade
- If you only need configuration repairs, use: