What problem does it solve? AI-generated UI often looks generic, ignores accessibility requirements, and breaks on different screen sizes. This Skill enforces the engineering standards that make interfaces look professionally built: real design system adherence, WCAG 2.1 AA accessibility, responsive layouts, and complete handling of loading, error, and empty states. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation in React components. - Accessibility Enforcement: Covers keyboard navigation, ARIA labels, focus management, and meaningful empty/error states to meet WCAG 2.1 AA requirements. - Design System Discipline: Eliminates the generic "AI aesthetic" (purple gradients, excessive rounding, stock card grids) by requiring semantic color tokens, consistent spacing scales, and proper type hierarchy. - Use Case: When building a new dashboard page, use this Skill to generate a responsive grid layout with skeleton loading states, keyboard-accessible controls, and styling that matches the project's existing design tokens. ## Quick Start Ask the agent to build a responsive task list page with accessible components, loading skeletons, and empty states that follow the project's design system.