Help us improve
Share bugs, ideas, or general feedback.
From storybook
Initializes Storybook in a project using the official CLI, adds the MCP addon, and configures Claude launch integration.
npx claudepluginhub storybookjs/mcp --plugin storybookHow 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.
Sets 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 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.
Share bugs, ideas, or general feedback.
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.