From storybook
Upgrades Storybook one major version at a time, repairs MCP addon and Storybook config, and sets up the Claude launcher entry.
How this skill is triggered — by the user, by Claude, or both
Slash command
/storybook:storybook-upgradeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when Storybook exists but needs an upgrade or MCP repair.
Use this skill when Storybook exists but needs an upgrade or MCP repair.
package.json files and identify the repository root. In monorepos, Storybook's upgrade command should usually be run from the repository root.npx storybook@latest upgrade
npx storybook automigrate
npx storybook add @storybook/addon-mcp
npx storybook doctor
/storybook-setup-claude-launch to configure or repair .claude/launch.json, then start Storybook through that launch entry. Use /storybook-setup if the user still needs configuration or stories.debug-storybook.log, read it before guessing at fixes.npx claudepluginhub storybookjs/mcp --plugin storybookConfigures Storybook preview files and writes co-located example stories from real components in an existing React+Vite Storybook project.
Integrates Storybook MCP server for component-aware AI development: component discovery, story previews, and automated testing via 6 MCP tools across dev/docs/testing toolsets.
Incrementally upgrades React Native Storybook one major version at a time. Detects installed version, applies the next migration step, converts storiesOf to CSF during 6.5→7.6, and stops after a single hop.