What problem does it solve? AI-generated UI often looks generic, ignores accessibility requirements, and breaks responsive layouts. This Skill guides the construction of user-facing interfaces that meet WCAG 2.1 AA standards, follow real design systems, and avoid the recognizable "AI aesthetic" of purple gradients and stock card grids. ## Core Features & Use Cases - Component Architecture Patterns: Enforces composition over configuration, colocated file structures, and separation of data fetching from presentation. - Accessibility Compliance: Provides concrete patterns for keyboard navigation, ARIA labels, focus management, and meaningful empty/error states meeting WCAG 2.1 AA. - Responsive & State Guidance: Covers mobile-first breakpoints (320px to 1440px), state management selection (useState through Zustand), skeleton loading, and optimistic updates. - Use Case: When asked to build a task management page, the Skill produces a component tree with skeleton loading states, keyboard-accessible controls, semantic color tokens, and layouts tested at four breakpoints instead of a generic gradient-heavy template. ## Quick Start Ask the AI to build a responsive, accessible task list component with loading, error, and empty states following your project's design system.