storybook-init
Installation
SKILL.md
- Run
npm create storybook@latestinside your project's root directory to install the latest version of Storybook (while 10.6 is unreleased, runnpm create storybook@nextinstead — the other skills require at least 10.6). Use the matching package-manager command when appropriate, such aspnpm create storybook@latestoryarn create storybook. - After initialization succeeds, run
npx storybook add @storybook/addon-mcp. - Invoke the
/storybook-setupskill to help the user set up project-specific Storybook configuration, such as the.storybook/preview.tsfile.