storybook
Installation
SKILL.md
Storybook
Use Storybook to make UI decisions concrete, reviewable, and reusable (via stories and docs) without coupling to app routing or backend state.
Repo rules (when present)
If the repo provides Cursor rules for Storybook, follow them.
- Storybook rules:
.cursor/rules/storybook.mdc
Portability rules
- Do not assume Storybook exists in the current repo.
- Prefer
package.jsonscripts and local repo conventions over hardcoded commands. - If Storybook is missing, do not set it up as part of using this skill; instead file a follow-up task to add Storybook to the target app/package.