What problem does it solve? Interfaces often feel subtly off because of small compounding details: mismatched nested border radii, geometrically centered icons that look unbalanced, theme switches that smear, and animations that cannot be interrupted. This Skill provides exact, opinionated values and recipes to find and fix those polish issues in UI code. ## Core Features & Use Cases - Surface and radius rules: Enforces concentric border radius (outer = inner + padding), layered box-shadows instead of depth borders, and pure black/white image outlines per theme. - Animation recipes: Prescribes interruptible CSS transitions, scale(0.96) press feedback, staggered enter animations, subtle exits, and contextual icon cross-fades with exact values for Motion, Framer Motion, or plain CSS. - Icon and performance guidance: Matches icon stroke width to text weight, uses one SVG recolored per state, restricts transition-property to exact properties, and limits will-change to GPU-compositable properties. - Use Case: Ask the Skill to review a React/Tailwind component library before release; it reports findings grouped by principle with severity, file locations, before/after fixes, and a Block or Approve verdict. ## Quick Start Review the UI components in this project for polish issues and report findings with severity and fixes.