What problem does it solve? AI-generated interfaces often produce inconsistent, inaccessible, or visually sloppy code. This Skill applies a fixed set of UI constraints so every component follows the same standards for styling, animation, accessibility, and layout. ## Core Features & Use Cases - Constraint Enforcement: Applies opinionated rules across stack, components, interaction, animation, typography, layout, performance, and design when doing UI work. - File Review Mode: Reviews a specific file against all constraints and outputs violations with the exact snippet, why it matters, and a concrete code-level fix. - Use Case: You ask an AI to build a settings page. With this Skill active, the output uses Tailwind defaults, accessible primitives like Base UI or Radix, h-dvh instead of h-screen, and no gratuitous gradients or layout-property animations. ## Quick Start Ask the AI to apply the baseline-ui constraints to review your React component file and list all violations with fixes.