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 quoted snippets, explanations, and concrete code-level fixes. - Use Case: You ask an AI to build a settings page. Invoke the baseline so it uses Tailwind defaults, accessible primitives like Base UI or Radix, h-dvh instead of h-screen, and compositor-only animations instead of ad-hoc styling. ## Quick Start Ask the AI to apply the baseline-ui constraints while building or reviewing your React and Tailwind UI code.