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 UI that meets WCAG 2.1 AA accessibility, follows a real design system, and handles loading, error, and empty states properly. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structures, and separation of data fetching from presentation. - Accessibility Compliance: Covers keyboard navigation, ARIA labels, focus management, and meaningful empty/error states to meet WCAG 2.1 AA. - Design System Adherence: Helps avoid the generic "AI aesthetic" (purple gradients, excessive rounding, stock card grids) by enforcing spacing scales, typography hierarchy, and semantic color tokens. - Use Case: When building a new dashboard page, use this Skill to structure components correctly, implement responsive mobile-first layouts, add skeleton loading states, and verify keyboard accessibility before shipping. ## Quick Start Use the frontend-ui-engineering skill to build a responsive, accessible task list page with proper loading and empty states.