How this command is triggered — by the user, by Claude, or both
Slash command
/ux-ui-developer:design-system init | audit | add-component <name>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Design System Design, initialize, or audit a component design system. ## Arguments Action: $ARGUMENTS ## Workflow ### If action is `init` (or no existing system detected): 1. **Scaffold design tokens** - Colors: primary, secondary, neutral (8-10 shades), semantic (success, warning, error, info) - Spacing: 4px base unit scale (4, 8, 12, 16, 24, 32, 48, 64) - Typography: font families, modular scale (1.25 ratio), line heights - Shadows: elevation levels (sm, md, lg, xl) - Borders: radii, widths - Breakpoints: sm (640px), md (768px), lg (1024px), xl (1280px) 2. **Def...
Design, initialize, or audit a component design system.
Action: $ARGUMENTS
init (or no existing system detected):Scaffold design tokens
Define component API conventions
size, variant, disabled, classNameas prop patternGenerate starter components
audit:add-component <name>:npx claudepluginhub crashbytes/claude-ux-ui-developer2plugins reuse this command
First indexed Mar 9, 2026
/design-system-setupInitializes a design system with design tokens, component patterns, and documentation. Supports minimal, standard, and comprehensive presets with interactive configuration.
/designsystemBuilds or audits design system architecture: tokens, themes (light/dark), Figma-to-CSS pipelines via Style Dictionary, component APIs, Storybook docs, versioning. Outputs maturity report, token files, configs.
/design-componentGenerates a single UI component from a design-system.md token file, producing HTML/CSS with variants and motion.
/ux-systemGenerates a complete starter design system — tokens, foundations, components, dark-mode pairings, and theme switcher — from a brand brief or existing site, using discovery and reference-driven generation.
/design-systemGenerates design tokens, theme configuration, or extracts a design system from existing code or Figma files. Supports brand-color input, Figma URL, or project extraction.
/design-systemAudits a design system by evaluating design tokens including contrast, focus rings, spacing, and motion. Helps identify inconsistencies and accessibility issues.