Copy-paste animation patterns for React that actually work in production. Covers the stuff you build every week: button states, modals, toasts, page transitions, stagger lists, scroll reveals, and layout animations. Everything is built on motion-foundations tokens, so you're not guessing at durations or defining magic numbers inline. The patterns enforce the AnimatePresence contract properly (key, exit, the whole thing), include accessibility requirements for modals, and come with decision tables for layout vs layoutId and when to use wait vs sync modes. If you're tired of rewriting the same Framer Motion boilerplate and getting exit animations wrong, this gets you there faster.
npx skills add https://github.com/affaan-m/everything-claude-code --skill motion-patterns