storybook-upgrade

Installation
SKILL.md

Storybook Upgrade

Use this skill when Storybook exists but needs an upgrade or MCP repair.

Workflow

  1. Inspect Storybook packages in package.json files and identify the repository root. In monorepos, Storybook's upgrade command should usually be run from the repository root.
  2. Check the project's current Storybook major version before choosing a target.
  3. Upgrade one major version at a time unless Storybook's own docs explicitly allow a larger jump for that source version.
  4. Use Storybook's official upgrade command:
npx storybook@latest upgrade
  1. If you only need configuration repairs, use:
Installs
1
Repository
storybookjs/mcp
GitHub Stars
261
First Seen
Jun 17, 2026
storybook-upgrade — storybookjs/mcp