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.json scripts to confirm what pnpm storybook:start actually invokes before running.

Before writing stories — explore the project first

Before creating or modifying stories, read the Storybook configuration to understand:

  • Which addons are active in .storybook/main.ts
  • How the Angular preview is configured in .storybook/preview.ts — understand which global providers, decorators, and imports are available to all stories without explicit declaration
Related skills
Installs
10
First Seen
Apr 11, 2026