From storybook
Initializes Storybook in a project using the official CLI, adds the MCP addon, and configures Claude launch integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/storybook:storybook-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a project does not already have Storybook configured.
Use this skill when a project does not already have Storybook configured.
npm create storybook@latest
Use the matching package-manager command when appropriate, such as pnpm create storybook@latest or yarn create storybook.
--type value.npx storybook add @storybook/addon-mcp
/storybook-setup-claude-launch to configure .claude/launch.json and start Storybook through that launch entry.storybook dev runs) as cwd when using Storybook MCP proxy tools.npx claudepluginhub storybookjs/mcp --plugin storybookSets up or repairs .claude/launch.json so Claude can start the project's Storybook dev server via the launcher, with autoPort, --ci, and --port flags.
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.
Storybook 9+ setup, CSF3 story authoring, args/controls, decorators, play-function testing, a11y axe-core integration, autodocs, design tokens, Figma linking, Chromatic deployment, CI caching, and on-demand build performance.