What problem does it solve? AI-generated interfaces often look generic, ignore accessibility requirements, and break on different screen sizes. This Skill provides concrete engineering standards for building user-facing UIs that meet WCAG 2.1 AA accessibility, follow a real design system, and handle loading, empty, and error states properly. ## 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 & Responsive Standards: Provides keyboard navigation, ARIA labeling, focus management, and mobile-first responsive patterns tested at 320px through 1440px breakpoints. - Design System Adherence: Defines rules for spacing scales, typography hierarchy, semantic color tokens, and a checklist of AI-aesthetic anti-patterns to avoid. - Use Case: When asked to build a task management page, the Skill guides creation of a TaskList with skeleton loading, meaningful empty states, keyboard-accessible controls, and responsive grid layout using the project's design tokens. ## Quick Start Build an accessible, responsive task list page with loading, empty, and error states following our design system.