What problem does it solve? AI-generated interface code often ships with inconsistent spacing, poor typography, unsafe animations, and accessibility gaps. This Skill applies an opinionated baseline of UI constraints to clean up that slop and enforce consistent frontend quality. ## Core Features & Use Cases - Constraint Enforcement: Applies opinionated rules across stack, components, interaction, animation, typography, layout, performance, and design for 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. - Use Case: After generating a React dashboard with Tailwind CSS, run a review pass to catch issues like h-screen instead of h-dvh, missing aria-label on icon buttons, animations on layout properties, or gradients that violate the design rules. ## Quick Start Ask the assistant to review your UI file against the baseline-ui constraints and list every violation with a concrete fix.