storybook-init
Installation
SKILL.md
Storybook Init
Use this skill when a project does not already have Storybook configured.
Workflow
- Inspect the project to understand its framework, package manager, and workspace layout. Prefer the package manager already used by the repo.
- Run Storybook's official initializer from the project root:
npm create storybook@latest
Use the matching package-manager command when appropriate, such as pnpm create storybook@latest or yarn create storybook.
- Prefer the recommended setup unless the user asks for a minimal setup.
- If auto-detection fails, rerun the initializer with the closest explicit
--typevalue. - Add the MCP addon: