What problem does it solve?
This Skill solves the problem of inconsistent, one-off motion values (durations and easings) scattered across your codebase that lead to unpolished, disjointed UI animations and make maintaining a cohesive motion system difficult.
Core Features & Use Cases
- Token Generation: Creates fast/normal/slow duration tokens and standard/enter/exit easing tokens, snapping to existing values in your codebase when detected.
- Fallback Defaults: Uses material-quality default motion values when no existing motion patterns are found in your project.
- Use Case: If your team uses 8 different transition durations for similar hover and click interactions, this Skill standardizes them into a consistent, maintainable token set that matches your existing design patterns.
Quick Start
Ask your AI agent to generate a complete set of standardized motion duration and easing tokens for your project using the motion skill, and include the --apply flag if you want to save the generated tokens directly to your codebase.