What problem does it solve? Developers using GSAP plugins often struggle with correct plugin registration, outdated Club GSAP licensing assumptions, and the wide variety of plugin APIs for scroll, drag, text splitting, SVG morphing, and physics effects. ## Core Features & Use Cases - Plugin Registration & Licensing Guidance: Register plugins correctly with gsap.registerPlugin() and install everything from the public gsap npm package without Club GSAP tokens. - Scroll, Drag & Observer Plugins: Implement ScrollToPlugin, ScrollSmoother, Draggable with InertiaPlugin, and Observer for scroll and gesture interactions. - Text, SVG & Physics Plugins: Use 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 scroll, the skill guides SplitText creation with autoSplit and onSplit, plus proper registration and cleanup via revert(). ## Quick Start Ask the AI to register the GSAP SplitText plugin and animate a heading's characters with a staggered fade-in effect.