storybook-runner

star 17

Start or build Storybook for this repository with correct root or package-scoped commands and quick troubleshooting steps.

Citolab By Citolab schedule Updated 3/2/2026

name: storybook-runner description: Start or build Storybook for this repository with correct root or package-scoped commands and quick troubleshooting steps.

Storybook Runner

When To Use

  • Running Storybook locally for docs and interactive tests.
  • Building static Storybook output for validation.

Commands

  • Root dev Storybook + CEM watch: pnpm storybook
  • Root static build: pnpm build-storybook
  • Interactions-only dev: pnpm storybook:interactions

Quick Checks

  • Confirm active Storybook config: .storybook/main.ts
  • Confirm static assets: public/
  • Confirm CEM generation issues: pnpm cem

Boundaries

  • Do not rewrite stories or story config unless explicitly requested.
  • Do not assume Storybook failures imply component logic failures without checking stack traces.
Install via CLI
npx skills add https://github.com/Citolab/qti-components --skill storybook-runner
Repository Details
star Stars 17
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator