What problem does it solve? AI-generated interfaces often look generic, ignore accessibility standards, and lack proper loading, error, and empty states. This Skill provides concrete patterns and checklists for building user interfaces that meet WCAG 2.1 AA accessibility requirements, follow a project's design system, and avoid recognizable AI-generated visual defaults. ## Core Features & Use Cases - Component Architecture Patterns: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation in React components. - Accessibility Enforcement: Provides keyboard navigation, ARIA labeling, focus management, and contrast requirements with code examples for every interactive element. - 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 dashboard, the Skill guides creation of responsive components with skeleton loading states, optimistic updates, keyboard-accessible controls, and meaningful empty states tested at 320px through 1440px breakpoints. ## Quick Start Build a responsive, accessible task list component with loading, error, and empty states following our design system.