Help us improve
Share bugs, ideas, or general feedback.
From storybook
Upgrades Storybook one major version at a time, repairs MCP addon and Storybook config, and sets up the Claude launcher entry.
npx claudepluginhub storybookjs/mcp --plugin storybookHow 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.
Configures Storybook preview files and writes co-located example stories from real components in an existing React+Vite Storybook project.
Integrates Storybook MCP server to discover components via docs manifest, preview stories with embeddable URLs, and run tests/a11y audits. Use for reusing existing components, visual verification, and MCP-based testing in React/Storybook projects.
Upgrades React Native Storybook one major version at a time across supported migration paths. Detects current version, updates dependencies and config, and regenerates storybook.requires.
Share bugs, ideas, or general feedback.
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.