What problem does it solve? AI-generated UI often looks generic, ignores accessibility requirements, and breaks on different screen sizes. This Skill provides concrete engineering standards for building interfaces that meet WCAG 2.1 AA accessibility, follow real design systems, and avoid the recognizable "AI aesthetic" of purple gradients and stock layouts. ## Core Features & Use Cases - Component Architecture Patterns: Enforces composition over configuration, container/presentation separation, and colocated file structures for React components. - Accessibility Compliance: Provides concrete patterns for keyboard navigation, ARIA labels, focus management, and meaningful empty/error states meeting WCAG 2.1 AA. - Responsive & State Management Guidance: Covers mobile-first responsive design at standard breakpoints and a decision hierarchy for state management from useState to global stores. - Use Case: When asked to build a task list page, the Skill guides creation of skeleton loading states, optimistic updates, keyboard-accessible interactions, and layouts tested at 320px through 1440px. ## Quick Start Build a responsive, accessible task list component with loading, error, and empty states following our design system.