Covers all the major GSAP plugins beyond ScrollTrigger and core tweening. Handles registration patterns, ScrollToPlugin for programmatic scrolling, Flip for layout state animations, Draggable for interactive elements, and text plugins like SplitText for character-by-character animations. The registration examples are solid since forgetting gsap.registerPlugin() trips up most developers. SplitText documentation is thorough with the newer onSplit callback patterns. Missing some of the premium plugin details, but covers the essential APIs you'll actually use. Good reference when you need to implement drag interactions, smooth scrolling, or animated text reveals without digging through GSAP docs.
npx skills add https://github.com/greensock/gsap-skills --skill gsap-plugins