What problem does it solve? Building frontend features without a shared design system leads to inconsistent styling, ad-hoc typography, hardcoded colors, and duplicated components. This Skill enforces the Paperclip UI design language so every new component, page, or feature matches the existing control-plane interface. ## Core Features & Use Cases - Design Tokens & Typography: Provides the exact CSS variable tokens (OKLCH colors, radius, shadows) and typography scale to use instead of inventing new styles. - Component Hierarchy & Patterns: Documents the three-tier component structure (shadcn/ui primitives, custom composites, pages) plus composition patterns like EntityRow, grouped lists, property rows, and metric card grids. - Status & Priority Systems: Defines consistent status colors, priority icons, and agent status dots across all entity types. - Use Case: When adding a new dashboard page, use this Skill to compose MetricCard components in a responsive grid, apply semantic color tokens, and register the new components on the /design-guide showcase page. ## Quick Start Use the design-guide skill to create a new issue list page with grouped EntityRow components following the Paperclip design system.