ui-revamp
Installation
SKILL.md
UI Revamp Skill
Transform amateur interfaces into production-quality experiences by systematically applying principles from the industry's best design engineers.
Quick Start: 5-Minute Vibecode Detector
Run these checks first. If 3+ fail, the UI needs a full revamp:
[ ] Search CSS for "linear" in transitions → If found: FAIL
[ ] Search for "scale(0)" → If found: FAIL
[ ] Search for "transition: all" → If found: FAIL
[ ] Check button :active states → No feedback? FAIL
[ ] Count border-radius values → More than 2 unique? FAIL
[ ] Check icon set → Mixed filled/outlined? FAIL
[ ] Input font-size < 16px? → FAIL (iOS zoom bug)
[ ] Missing focus states on buttons? → FAIL