design-motion

Installation
SKILL.md

Motion Design Skill

Create purposeful, performant animations that enhance UX without overwhelming users.

CRITICAL: Check Existing First

Before adding ANY animation, verify:

  1. Check for existing animation utilities:
cat package.json | grep -i "framer-motion\|gsap\|animat"
rg "motion\.|animate\(|useSpring" --type tsx -l | head -10
  1. Check for existing CSS animations:
rg "@keyframes|animation:" --type css
cat tailwind.config.* | grep -A20 "animation\|keyframes"
Installs
23
GitHub Stars
6
First Seen
Jun 15, 2026
design-motion — kensaurus/cursor-kenji