Storybook
Scaffold storybook config (.storybook/main.ts, preview.ts) plus auto-generated *.stories.tsx files for every PascalCase component in the codebase that has a matching named export. Caps at 50 components per run. dragoon does NOT install storybook - run `npx storybook init` after. Use to bootstrap stories quickly across an existing component library. Run as `node ~/.claude/skills/dragoon/skills/storybook/scripts/storybook.js`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill storybookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 128 tokens by cl100k_base, as published. Nobody here has run it
/storybook
Auto-generates a story for every component, plus storybook config.
When to use
- Setting up storybook for the first time
- Backfilling stories for an existing component library
- The user says "add storybook", "scaffold stories"
Run it
dragoon storybook # preview
dragoon storybook --apply # write stories for every component
Then
npm i -D @storybook/react-vite @storybook/react @storybook/addon-essentials
npx storybook init
npm run storybook
What ships with it: 1 file
3.4 KB alongside SKILL.md, 1 of them executable
scripts/
- storybook.jsruns3.4 KB