Skip to main content
ClaudeWave
Skill238 repo starsupdated 4mo ago

ui-design-system

This Claude Code skill provides a comprehensive design system toolkit for creating and maintaining scalable UI systems, including automated design token generation for colors, typography, and spacing, component documentation, responsive design calculations, and developer handoff materials. Use it when establishing or updating design systems, ensuring visual consistency across products, or preparing design specifications for developer implementation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/maslennikov-ig/claude-code-orchestrator-kit /tmp/ui-design-system && cp -r /tmp/ui-design-system/.claude/skills/ui-design-system ~/.claude/skills/ui-design-system
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# UI Design System

Professional toolkit for creating and maintaining scalable design systems.

## Core Capabilities
- Design token generation (colors, typography, spacing)
- Component system architecture
- Responsive design calculations
- Accessibility compliance
- Developer handoff documentation

## Key Scripts

### design_token_generator.py
Generates complete design system tokens from brand colors.

**Usage**: `python scripts/design_token_generator.py [brand_color] [style] [format]`
- Styles: modern, classic, playful
- Formats: json, css, scss

**Features**:
- Complete color palette generation
- Modular typography scale
- 8pt spacing grid system
- Shadow and animation tokens
- Responsive breakpoints
- Multiple export formats