Generate design tokens from a selected design style
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-design-system@claude-orchestration<category> [style]# Design Tokens Generation Command Extract and generate design tokens from design styles in multiple formats (CSS variables, JSON, Tailwind config, TypeScript). ## Usage ## Arguments - `category` (required): Token category - `colors`, `spacing`, `typography`, `shadows`, `all` - `style` (optional): Design style name to extract tokens from (defaults to active theme) ## Examples ## Execution Flow ### 1. Load Design Style Extract style metadata and characteristics. ### 2. Token Extraction by Category #### Colors #### Spacing #### Typography #### Shadows ### 3. Output...