Universal motion design principles for AI agents — timing, easing, choreography, and Disney animation principles adapted for UI
npx skills add https://github.com/lottiefiles/motion-design-skill --skill motion-designInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Universal motion design principles for AI agents. Philosophy-first, implementation-agnostic.
Teaches agents to think like motion directors — choosing the right timing, easing, choreography, and emotional intent before writing a single line of animation code. Works with any animation system (CSS, Framer Motion, GSAP, Lottie, Spring, etc.).
npx skills add LottieFiles/motion-design-skill
Supports 40+ agents including Claude Code, Cursor, Codex, GitHub Copilot, and more.
Core (SKILL.md) — Quick reference with the 8-step checklist, motion personality archetypes, duration/easing tables, property selection guide, common patterns, and quality rules.
Philosophy (director/) — Deep dives into the three pillars, Disney's 12 principles adapted for UI, emotion-to-motion mapping, choreography, narrative structure, and context adaptation.
Patterns (patterns/) — Ready-to-use recipes for entrance/exit animations, state feedback (success, error, loading, hover), ambient/continuous motion, and multi-element choreography.
Reference (reference/) — Lookup tables for timing and easing, property selection guide, quality checklist, and troubleshooting common animation problems.
The skill activates when you're working on:
Add a playful entrance animation to these card components
Create a loading → success → error state transition for this form submit button
Choreograph the entrance sequence for this dashboard — hero chart first, then stats cards, then sidebar
Review my animation code and suggest improvements based on motion design principles
skills/motion-design/
├── SKILL.md # Main skill instructions (< 500 lines)
├── director/
│ ├── core-philosophy.md # Three Pillars deep dive
│ ├── decision-framework.md # Full decision pipeline
│ ├── disney-principles.md # 12 principles, UI-adapted
│ ├── motion-personality.md # 4 archetypes + brand identity
│ ├── emotion-mapping.md # Emotion → motion translation
│ ├── choreography.md # Multi-element coordination
│ ├── narrative-structure.md # Micro-story framework
│ └── context-adaptation.md # Platform, a11y, performance
├── patterns/
│ ├── entrance-exit.md # Entrance/exit recipes
│ ├── state-feedback.md # Success, error, loading, hover
│ ├── ambient-continuous.md # Looping, breathing, parallax
│ └── multi-element.md # Stagger + choreography recipes
└── reference/
├── timing-easing-tables.md # Duration + easing lookups
├── property-selection.md # Property communication guide
├── quality-checklist.md # Evaluation criteria
└── troubleshooting.md # Animation smells + fixes
MIT