format-storybook

Installation
SKILL.md

Format Storybook

Based on "A Storybook format that scales with you" by Cassondra Roberts.

This skill provides patterns and conventions for building maintainable Storybook implementations that scale with your component library.

Core Principles

  1. Compose, don't duplicate - Import child component templates instead of copying markup
  2. Consistency over perfection - Pick patterns and stick with them across your library
  3. Progressive disclosure - Provide sensible defaults with optional controls for edge cases
  4. Self-documenting structure - Organize files so the architecture is immediately clear

File Structure

Keep Storybook assets close to component source files:

Installs
5
GitHub Stars
13
First Seen
Jun 5, 2026
format-storybook — mikemai2awesome/agent-skills