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
- Compose, don't duplicate - Import child component templates instead of copying markup
- Consistency over perfection - Pick patterns and stick with them across your library
- Progressive disclosure - Provide sensible defaults with optional controls for edge cases
- Self-documenting structure - Organize files so the architecture is immediately clear
File Structure
Keep Storybook assets close to component source files: