What problem does it solve? AI-generated UI often looks generic, ignores accessibility requirements, and breaks on different screen sizes. This Skill provides concrete patterns and checklists for building interfaces that meet WCAG 2.1 AA standards, follow real design systems, and avoid 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 Compliance: Covers keyboard navigation, ARIA labels, focus management, and meaningful empty/error states to meet WCAG 2.1 AA. - Design System Adherence: Provides rules for spacing scales, typography hierarchy, semantic color tokens, and avoiding AI-default patterns like purple gradients and excessive rounding. - Use Case: When asked to build a task management page, apply this Skill to produce a responsive grid layout with skeleton loading states, keyboard-accessible controls, proper heading hierarchy, and optimistic updates via React Query. ## Quick Start Ask the AI to build a responsive, accessible task list component following the frontend UI engineering guidelines.