What problem does it solve? GSAP ships dozens of plugins with distinct APIs, and developers often misuse them by skipping registration, following outdated Club GSAP licensing instructions, or misconfiguring options like SplitText types and DrawSVG segments. This Skill provides correct, current guidance for every official GSAP plugin. ## Core Features & Use Cases - Plugin Registration & Licensing: Enforces gsap.registerPlugin() before use and clarifies that all plugins are free in the public npm package with no auth tokens or private registries. - Full Plugin Coverage: Documents ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, DrawSVG, MorphSVG, MotionPath, CustomEase, Physics2D, PhysicsProps, GSDevTools, and PixiPlugin with config tables and code examples. - Use Case: A developer wants to animate a heading character-by-character on page load. The Skill supplies SplitText.create with the right type, aria, and autoSplit options, plus a gsap.from stagger tween and revert guidance for cleanup. ## Quick Start Ask the agent to add a GSAP plugin animation, such as splitting a heading into characters with SplitText or making a card draggable with inertia.