If you're building React apps with animations beyond basic CSS transitions, this handles everything from button hover states to complex page transitions. You get motion components that wrap regular HTML elements, gesture recognition for hover/tap/drag interactions, physics-based spring animations, and AnimatePresence for smooth exit animations. The variants system is especially clean for coordinating animations across parent and child components with staggered timing. It works with Next.js, Vite, and other modern frameworks. The declarative API means you're describing what should animate rather than orchestrating timeline details, which keeps animation code maintainable as your UI gets more interactive.
npx skills add https://github.com/freshtechbro/claudedesignskills --skill motion-framer