What problem does it solve?
Manually setting up Storybook configuration and writing individual story files for every component in an existing component library is tedious and time-consuming, especially for codebases with dozens of reusable PascalCase components.
Core Features & Use Cases
- Auto-generated Storybook Config: Creates pre-configured .storybook/main.ts (with React Vite preset) and preview.ts files to get Storybook up and running quickly.
- Bulk Component Story Generation: Automatically creates a unique *.stories.tsx file for every PascalCase component in your codebase that has a matching named export, capped at 50 components per run to avoid overload.
- Use Case: If you maintain an existing React component library with dozens of reusable components, use this skill to scaffold all Storybook setup and story files in seconds instead of writing each one manually.
Quick Start
Use the storybook skill with the --apply flag to scaffold Storybook configuration and auto-generated story files for all eligible components in your current codebase.