What problem does it solve? Frontend work on the Todero app often produces inconsistent styling, ad-hoc typography, and hardcoded colors that break the design system. This Skill enforces the established design language so every new component, page, or feature matches the existing UI. ## Core Features & Use Cases - Design Token Enforcement: Defines semantic CSS variable tokens (OKLCH colors, radius, shadows) and forbids raw hex values, ensuring dark/light theme compatibility. - Component & Pattern Catalog: Documents the three-tier component hierarchy (shadcn/ui primitives, custom composites like StatusBadge and EntityRow, page components) plus composition patterns such as entity rows, grouped lists, metric card grids, and log viewers. - Status & Priority Systems: Standardizes status colors, priority icons, and agent status dots across all entity types. - Use Case: When adding a new issues list page, use this Skill to compose EntityRow with StatusIcon and PriorityIcon, apply the correct typography scale, and register the new component in the /design-guide showcase page. ## Quick Start Use the design-guide skill to create a new reusable UI component for the Todero frontend following the design system conventions.