design-system-management
27
总安装量
27
周安装量
#13496
全站排名
安装命令
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill design-system-management
Agent 安装分布
codex
27
opencode
26
github-copilot
26
kimi-cli
26
gemini-cli
26
amp
26
Skill 文档
Design System Management
Help build, maintain, and evolve design systems.
Components of a Design System
Design Tokens
Atomic values that define the visual language:
- Colors (brand, semantic, neutral)
- Typography (scale, weights, line heights)
- Spacing (scale, component padding)
- Borders (radius, width)
- Shadows (elevation levels)
- Motion (durations, easings)
Components
Reusable UI elements with defined:
- Variants (primary, secondary, ghost)
- States (default, hover, active, disabled, loading, error)
- Sizes (sm, md, lg)
- Behavior (interactions, animations)
- Accessibility (ARIA, keyboard)
Patterns
Common UI solutions combining components:
- Forms (input groups, validation, submission)
- Navigation (sidebar, tabs, breadcrumbs)
- Data display (tables, cards, lists)
- Feedback (toasts, modals, inline messages)
Principles
- Consistency over creativity â The system exists so teams don’t reinvent the wheel
- Flexibility within constraints â Components should be composable, not rigid
- Document everything â If it’s not documented, it doesn’t exist
- Version and migrate â Breaking changes need migration paths