What problem does it solve? Building user interfaces often results in generic, inaccessible, or unresponsive output that ignores the project's design system and fails WCAG accessibility requirements. This Skill provides concrete patterns and checklists for producing production-quality UI components. ## Core Features & Use Cases - Component Architecture Patterns: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation in React/TypeScript components. - Accessibility Compliance: Provides WCAG 2.1 AA guidance covering keyboard navigation, ARIA labels, focus management, and a detailed accessibility checklist reference. - Design System Adherence: Defines rules for spacing scales, typography hierarchy, semantic color tokens, and avoiding generic AI-generated visual patterns. - Use Case: When asked to build a task list page, the Skill guides creation of a responsive grid layout with skeleton loading states, optimistic updates via React Query, keyboard-accessible controls, and meaningful empty and error states. ## Quick Start Ask the AI to build a responsive, accessible task list component with loading, error, and empty states following the project's design system.