What problem does it solve? GSAP ships with dozens of plugins, and using them correctly requires knowing registration order, configuration options, and current licensing rules. This Skill provides accurate, up-to-date guidance for every GSAP plugin so generated animation code works on the first try without outdated Club GSAP instructions. ## Core Features & Use Cases - Plugin Registration & Licensing: Correct gsap.registerPlugin() usage and current install guidance, since all plugins are now free in the public gsap npm package. - Scroll, DOM & Text Plugins: ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, and ScrambleText with full config tables and code examples. - SVG, Easing & Physics Plugins: DrawSVG, MorphSVG, MotionPath, CustomEase, Physics2D, PhysicsProps, and GSDevTools for debugging timelines. - Use Case: A user asks to animate a heading character-by-character on page load. The Skill produces SplitText.create() with the right type, aria, and onSplit options, plus a revert pattern for component cleanup. ## Quick Start Ask the AI to write a GSAP animation using a specific plugin, such as making an element draggable with inertia or morphing one SVG shape into another.