Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるstorybook-gen
Generate Storybook stories from React components. Use when documenting components.
スター0
フォーク0
更新日2026年6月16日 19:15
SKILL.md
readonlyメニュー
Generate Storybook stories from React components. Use when documenting components.
| name | storybook-gen |
| description | Generate Storybook stories from React components. Use when documenting components. |
Writing stories for every component is tedious. Point this at a component and get proper Storybook stories.
One command. Zero config. Just works.
npx ai-storybook ./src/components/Button.tsx
# Generate for component
npx ai-storybook ./src/components/Button.tsx
# Modal component
npx ai-storybook ./src/components/Modal.tsx
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-storybook --help
Parses your React component to understand props and types. Then generates Storybook stories with proper args, controls, and variant coverage.
MIT. Free forever. Use it however you want.