| name | audit-easings |
| description | Scan the entire project for animations using default or missing easings and produce a prioritized improvement report. Use when asking "audit my CSS animations", "scan the project for bad transitions", or "give me a report on all my easings". |
| allowed-tools | mcp__easingwizard__get_presets, mcp__easingwizard__create_bezier_curve, mcp__easingwizard__create_spring_curve, mcp__easingwizard__create_bounce_curve, mcp__easingwizard__create_wiggle_curve, mcp__easingwizard__create_overshoot_curve |
| disable-model-invocation | true |
Easing Audit
The user wants a comprehensive review of their project's animation easings.
Step 1: Scan the Project
Search for animation and transition properties across the codebase:
- Search for CSS files (
.css, .scss, .sass, .less) containing transition or animation properties
- Search for component files (
.jsx, .tsx, .vue, .svelte) containing Tailwind easing classes (ease-, transition-) or inline style animation properties
- Search for CSS-in-JS patterns (
style=, css=, styled.) with transition/animation values