What problem does it solve? AI-generated interfaces often look generic, ignore accessibility requirements, and lack proper loading, error, and empty states. This Skill guides the construction of user-facing UI that meets WCAG 2.1 AA standards, follows a real design system, and avoids the recognizable "AI aesthetic" of purple gradients and stock layouts. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation in React/TypeScript components. - Accessibility Enforcement: Provides concrete patterns for keyboard navigation, ARIA labels, focus management, and meaningful empty/error states meeting WCAG 2.1 AA. - Design System Adherence: Prescribes consistent spacing scales, typography hierarchy, semantic color tokens, and responsive mobile-first layouts tested at 320px through 1440px. - Use Case: When asked to build a task management page, the Skill produces a component tree with skeleton loading states, optimistic updates via React Query, keyboard-accessible controls, and responsive grid layouts instead of a generic styled mockup. ## Quick Start Build an accessible, responsive task list page with proper loading, error, and empty states following our design system.