What problem does it solve? Working with GSAP's many plugins requires knowing correct registration order, import paths, configuration options, and current licensing rules, and outdated advice about Club GSAP memberships leads to broken setups. ## Core Features & Use Cases - Plugin Registration & Licensing: Register plugins with gsap.registerPlugin() and install everything from the public gsap npm package, with no Club GSAP membership or auth token required. - Scroll, Drag & Layout Animations: Use ScrollToPlugin, ScrollSmoother, Flip, Draggable, InertiaPlugin, and Observer for scroll-to, FLIP layout transitions, and momentum drag interactions. - Text, SVG & Physics Effects: Apply SplitText, ScrambleText, DrawSVG, MorphSVG, MotionPath, Physics2D, and easing plugins like CustomEase for advanced animation effects. - Use Case: When a user asks to animate a headline character-by-character on page load, this Skill provides the correct SplitText.create() call with type, autoSplit, and onSplit configuration. ## Quick Start Ask the assistant to register the GSAP plugins needed for your project and write a tween that uses them, such as a draggable element with inertia or a scroll-to animation.