storybook
Installation
SKILL.md
Storybook
Commands
| Task | Command |
|---|---|
| Build static Storybook | pnpm storybook:build |
| Start Storybook dev | pnpm storybook:start |
Default action: When asked to "run Storybook" or "open Storybook" without further qualification, run pnpm storybook:start.
Commands may vary — always check
package.jsonscripts to confirm whatpnpm storybook:startactually invokes before running.
Before writing stories — explore the project first
Before creating or modifying stories, read the Storybook configuration to understand: