What problem does it solve? Working with GSAP's plugin ecosystem requires knowing which plugins exist, how to register them correctly, and their configuration options — mistakes like missing registration or outdated Club GSAP licensing assumptions cause broken animations and wasted debugging time. ## Core Features & Use Cases - Plugin Registration & Licensing Guidance: Covers gsap.registerPlugin() patterns and clarifies that all plugins are free via the public npm package, with no Club GSAP tokens needed. - Scroll, Drag & Observer Plugins: ScrollToPlugin, ScrollSmoother, Draggable with Inertia, and Observer for scroll-to, momentum drag, and gesture detection. - Text, SVG & Physics Plugins: SplitText and ScrambleText for text effects, DrawSVG/MorphSVG/MotionPath for SVG animation, plus CustomEase, Physics2D, Flip, and GSDevTools. - Use Case: A developer wants a headline to animate character-by-character on page load and an SVG icon to morph into another shape on click — this Skill provides the exact SplitText and MorphSVG registration, configuration tables, and code patterns. ## Quick Start Ask the AI to register the right GSAP plugins and write the animation code for your effect, such as splitting a heading into characters with SplitText or morphing one SVG path into another.