What problem does it solve? AI-generated interfaces often look generic, skip accessibility requirements, and ignore responsive design, forcing engineers to rework UI code before it can ship. This Skill provides concrete patterns and checklists for building components that meet WCAG 2.1 AA standards and match a project's actual 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: 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 layouts) by enforcing spacing scales, semantic color tokens, and type hierarchy. - Use Case: When adding a new dashboard page with a task list, use this Skill to structure the container/presentation split, add skeleton loading states, ensure keyboard accessibility, and verify responsive behavior at 320px through 1440px breakpoints. ## Quick Start Ask the assistant to build a new accessible, responsive UI component or page following the frontend-ui-engineering guidelines.