What problem does it solve? Animation issues like wrong easings, non-interruptible keyframes, and missing reduced-motion support are scattered across a codebase and hard to fix systematically. This Skill surveys all motion code, produces a prioritized audit, and writes implementation plans precise enough for any agent to execute. ## Core Features & Use Cases - Eight-category motion audit: Evaluates purpose and frequency, easing and duration, physicality and origin, interruptibility, performance, accessibility, cohesion, and missed opportunities against exact target values. - Self-contained implementation plans: Generates one plan per finding with exact cubic-bezier curves, durations, file:line citations, repo conventions, and feel-check verification steps. - Read-only advisory workflow: Never modifies source code; supports quick, standard, and deep audit depths plus focused categories like performance or accessibility. - Use Case: Ask it to audit a React app's animations, and it returns a severity-ranked findings table (e.g., transition: all on dropdowns, scale(0) entrances) followed by ready-to-execute plans in a plans/ directory. ## Quick Start Ask the agent to audit the animations in this repository and write improvement plans for the top findings.