What problem does it solve? AI-generated interface code often contains inconsistent spacing, poor typography, inaccessible components, and gratuitous animations. This Skill enforces an opinionated UI baseline so React and Tailwind CSS code passes a consistent quality bar before shipping. ## Core Features & Use Cases - Constraint Enforcement: Applies opinionated rules across stack, components, interaction, animation, typography, layout, performance, and design. - File Review Mode: Audits a specific file and reports violations with the exact offending snippet, a one-sentence rationale, and a concrete code-level fix. - Use Case: After generating a dashboard page with an AI assistant, run a baseline review to catch issues like h-screen instead of h-dvh, missing aria-label on icon buttons, or animations exceeding 200ms. ## Quick Start Ask the assistant to review your React component file against the baseline-ui constraints and list every violation with a fix.