Skip to content
Development
Skill

/storybook-init

Use when adding Storybook to a project that does not have Storybook configured yet.

From plugin
storybook
91k20 skills1 MCP
Install
$ npx -y skills add storybookjs/storybook --skill storybook-init --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/storybook-init

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when adding Storybook to a project that does not have Storybook configured yet.

SKILL.md

storybook-init.SKILL.md
name: storybook-init
description: Use when adding Storybook to a project that does not have Storybook configured yet.

1. Run `npm create storybook@latest` inside your project's root directory to install the latest version of Storybook. Use the matching package-manager command when appropriate, such as `pnpm create storybook@latest` or `yarn create storybook`. 2. After initialization succeeds, run `npx storybook add @storybook/addon-mcp`. 3. Invoke the `/storybook-setup` skill to help the user set up project-specific Storybook configuration, such as the `.storybook/preview.ts` file.

Ships withstorybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

Get the whole plugin
Stats
90,800
Stars
10,379
Forks
Active
Maintenance
TypeScript
Language
MIT
License
7h ago
Last commit
10y ago
Created

Repo: storybookjs/storybook