What problem does it solve? AI-generated interfaces often look generic, ignore accessibility requirements, and break on different screen sizes. This Skill enforces production-quality UI standards so components are accessible, responsive, and consistent with the project's design system. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation. - Accessibility Compliance: Applies WCAG 2.1 AA rules including keyboard navigation, ARIA labels, focus management, and meaningful empty/error states. - Design System Adherence: Avoids the generic "AI aesthetic" (purple gradients, excessive rounding, stock layouts) by using semantic color tokens, consistent spacing scales, and proper type hierarchy. - Use Case: When building a new dashboard page in a React + Tailwind app, use this Skill to generate components with skeleton loading states, responsive grid layouts, and keyboard-accessible interactive elements. ## Quick Start Build a responsive task list component with loading, empty, and error states that is fully keyboard accessible.