What problem does it solve? AI-generated interfaces often look generic, ignore accessibility standards, and break on different screen sizes. This Skill provides concrete patterns for building React components that follow a project's design system, meet WCAG 2.1 AA accessibility requirements, and handle loading, error, and empty states properly. ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation. - Accessibility Standards: Provides keyboard navigation, ARIA labeling, and focus management patterns that satisfy 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 building a new dashboard page in a React app, use this Skill to structure components, wire up state management correctly, and verify the result is keyboard-accessible and responsive at 320px through 1440px. ## Quick Start Ask the agent to build a new React component or page for the traffic simulator UI and have it follow the frontend UI engineering guidelines for accessibility and responsive design.