What problem does it solve? AI agents and developers often produce interfaces with low-contrast text, inconsistent spacing, missing form validation, and no accessibility or SEO consideration. This Skill enforces professional UI design guidelines automatically on every frontend task, so interfaces meet WCAG 2.1 AA standards without repeated manual correction. ## Core Features & Use Cases - Accessibility enforcement: Contrast ratios (4.5:1 text, 3:1 UI), 48pt touch targets, semantic HTML, skip links, focus-visible rings, and reduced-motion support. - Design system foundations: OKLCH color palettes with relative color syntax, 8pt spacing grid, fluid typography with clamp(), container queries, and subgrid. - Component patterns: Button hierarchy (primary/secondary/tertiary), single-column forms with :user-valid validation, SVG icon rules, and dark mode via light-dark(). - SEO and performance: Meta tags, JSON-LD structured data, Core Web Vitals targets, responsive images, and favicon sets. - Use Case: When building a dashboard page, the agent automatically applies correct contrast, spacing scale, form patterns, and meta tags instead of generating generic gray-text markup. ## Quick Start Ask the agent to build or review any web page, form, or component and it will apply these UI design guidelines automatically.