Back to Directory
general

Storybook Generator

Generate Storybook stories from React components. Use when documenting components or setting up a design system.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

- Added a detailed SKILL.md with usage instructions, examples, and best practices. - Clarified how to generate stories for single components and entire directories. - Explained advanced options like CSF3 output, interaction test generation, and custom output directories. - Included tips for getting the best results (e.g., writing strong prop types, using JSDoc). - Provided links to project resources and documentation.