storybook-init
Installation
SKILL.md
- Run
npm create storybook@latestinside your project's root directory to install the latest version of Storybook. 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.