This is where you go after motion-patterns stops being enough. It covers drag interactions, gesture detection, text animations that reveal word by word or count up, SVG path drawing, and imperative sequences with useAnimate. The custom hooks section is especially practical: scroll reveals, hover effects, navigation direction detection. The decision tree is helpful for picking between useSpring and spring transitions, and the drag examples cover both simple draggable cards and full drag-to-dismiss sheets with proper offset and velocity thresholds. If you're building reorderable lists, swipeable carousels, or loading states that feel polished, this has the patterns you need.
npx skills add https://github.com/affaan-m/everything-claude-code --skill motion-advanced