component-library

Installation
SKILL.md

Component Library Development

Build scalable, documented component libraries and design systems.

Instructions

  1. Start with design tokens - Colors, spacing, typography as variables
  2. Use atomic design - Atoms -> Molecules -> Organisms -> Templates
  3. Document with Storybook - Interactive component documentation
  4. Design flexible APIs - Props for variants, not endless components
  5. Test components - Visual regression and interaction testing

Design Tokens

Token Structure

// tokens/colors.ts
export const colors = {
Related skills

More from housegarofalo/claude-code-base

Installs
4
GitHub Stars
2
First Seen
Mar 15, 2026