storybook-setup

Installation
SKILL.md

Storybook Setup

Configure Storybook for comprehensive component documentation and testing.

Core Workflow

  1. Initialize Storybook: Setup with framework
  2. Configure addons: Controls, actions, a11y
  3. Write stories: Document components
  4. Add documentation: MDX pages
  5. Setup testing: Visual regression
  6. Deploy docs: Static hosting

Installation

# Initialize Storybook
npx storybook@latest init
Installs
8
GitHub Stars
2
First Seen
Feb 16, 2026
storybook-setup — monkey1sai/openai-cli