Animation can make a website feel alive and smooth. But bad animation can confuse users. This tool checks your animation code against Disney's 12 principles adapted for the web. It finds problems with timing, easing, physics, and staging. It outputs each issue with the exact file and line number so you can fix it fast. Developers and designers can use it to make motion feel natural and polished.
The rules are simple. User animations must finish in under 300 milliseconds. Entrances should ease out, exits should ease in. Interactive elements need a pressed state with a tiny scale change. Only one element should animate at a center of attention. The tool reads your CSS, JavaScript, or framework files and gives a clear report.
This skill helps you avoid common mistakes like linear easing for motion or too much stagger delay. It turns professional animation wisdom into automatic checks. You get better animation quality without memorizing all the rules.
Global
mkdir -p ~/.claude/skills/12-principles-of-animationProject
mkdir -p .claude/skills/12-principles-of-animationImprove Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective