What problem does it solve? AI-generated interfaces often look generic, ignore accessibility requirements, and break on different screen sizes. This Skill provides concrete patterns and checklists for building user-facing UI that meets WCAG 2.1 AA standards, follows a real design system, and avoids the recognizable "AI aesthetic." ## Core Features & Use Cases - Component Architecture Guidance: Enforces composition over configuration, colocated file structure, and separation of data fetching from presentation. - Accessibility Standards: Covers keyboard navigation, ARIA labels, focus management, and meaningful empty/error states to meet WCAG 2.1 AA. - Responsive & State Patterns: Provides mobile-first responsive layouts, a decision hierarchy for state management (useState through global stores), and skeleton loading with optimistic updates. - Use Case: When asked to build a new dashboard page, the Skill guides the AI to use the project's design tokens, add proper heading hierarchy, handle loading/error/empty states, and verify keyboard navigation at 320px through 1440px breakpoints. ## Quick Start Ask the AI to build a new accessible and responsive UI component or page following the frontend-ui-engineering guidelines.