What problem does it solve? GSAP ships dozens of plugins with distinct registration requirements, configuration options, and caveats, and using them incorrectly causes silent failures, broken animations, or outdated licensing advice. This Skill provides accurate, current guidance for registering and configuring every GSAP plugin so animations work on the first attempt. ## Core Features & Use Cases - Plugin Registration & Licensing: Correctly registers plugins with gsap.registerPlugin() and clarifies that all plugins are free in the public npm package with no Club GSAP token required. - Scroll, DOM & Text Plugins: Covers ScrollToPlugin, ScrollSmoother, Flip layout transitions, Draggable with Inertia momentum, Observer gestures, SplitText character/word/line splitting, and ScrambleText effects. - SVG, Easing & Physics: Guides DrawSVG stroke reveals, MorphSVG shape morphing with shapeIndex tuning, MotionPath movement, CustomEase curves, and Physics2D/PhysicsProps animations. - Use Case: When building a landing page with a draggable card carousel, staggered headline text reveal, and an SVG icon morph, use this Skill to get the correct imports, registration calls, and configuration tables for each plugin. ## Quick Start Use the gsap-plugins skill to add a SplitText character stagger animation and a Draggable slider with inertia to my page.