What problem does it solve? AI-generated interface code often ships with inconsistent spacing, broken typography, unsafe animations, and missing accessibility attributes. This Skill applies an opinionated baseline of UI constraints so every React and Tailwind CSS interface passes a fast, consistent cleanup review. ## Core Features & Use Cases - Constraint Enforcement: Applies opinionated rules across stack, components, interaction, animation, typography, layout, performance, and design, such as using h-dvh instead of h-screen and text-balance for headings. - File Review Mode: Reviews a specific file and outputs violations with the exact quoted snippet, a one-sentence rationale, and a concrete code-level fix. - Accessibility Guardrails: Requires accessible primitives (Base UI, React Aria, Radix) for keyboard and focus behavior, AlertDialog for destructive actions, and aria-label on icon-only buttons. - Use Case: After generating a new dashboard page, run the review on the file to catch layout-property animations, arbitrary z-index values, and missing tabular-nums on data tables before committing. ## Quick Start Ask the assistant to run /baseline-ui on your component file to list violations and concrete fixes.