What problem does it solve? AI-generated interface code often ships with inconsistent spacing, weak typography, inaccessible components, and gratuitous animations. This Skill applies a fixed set of UI constraints to clean up that slop and enforce a consistent baseline across any frontend work. ## Core Features & Use Cases - Constraint Enforcement: Applies opinionated rules for Tailwind CSS usage, typography, layout, animation, and design tokens during any UI work in the conversation. - 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. - Accessibility Guardrails: Requires accessible primitives (Base UI, React Aria, Radix), aria-labels on icon-only buttons, and AlertDialog for destructive actions. - Use Case: After generating a React dashboard, run a review pass to catch h-screen usage, missing tabular-nums on data, layout-property animations, and gradient misuse before shipping. ## Quick Start Ask the assistant to review your component file against the baseline-ui constraints and list every violation with a fix.