What problem does it solve? AI-generated frontend code frequently ships with hardcoded colors, missing keyboard navigation, absent loading/empty/error states, and janky animations. This Skill provides an enforceable ruleset and review checklist that catches these quality issues before users see them. ## Core Features & Use Cases - Non-negotiable rules: Enforces real interactive elements, visible focus rings, 40px hit targets, WCAG AA contrast, design tokens, and reduced-motion support on every component. - Deep reference library: Loads task-specific guidance for forms, animations, layout, states, interactions, and Solana wallet/transaction UI patterns only when needed. - Brand integration: Detects a project-level brand.md file and applies its palette and typography, or defers gracefully to shadcn neutral defaults. - Use Case: When asked to build a checkout form, the Skill reads the forms and interactions references, generates a labeled, validated, accessible React form with loading and error states, then self-reviews against a 15-point checklist before reporting completion. ## Quick Start Ask the assistant to build a React component or review your UI, for example: build a settings form with validation and dark mode support using Tailwind and shadcn/ui.