storybook-init

Installation
SKILL.md

Storybook Init

Use this skill when a project does not already have Storybook configured.

Workflow

  1. Inspect the project to understand its framework, package manager, and workspace layout. Prefer the package manager already used by the repo.
  2. 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.

  1. Prefer the recommended setup unless the user asks for a minimal setup.
  2. If auto-detection fails, rerun the initializer with the closest explicit --type value.
  3. Add the MCP addon:
Installs
1
Repository
storybookjs/mcp
GitHub Stars
261
First Seen
Jun 17, 2026
storybook-init — storybookjs/mcp