Install a full repository package, then let your agent activate the right skill for the task.
Ask your agent
Prompt
Fetch this Markdown manifest as plain text: https://skillscout.sh/official/greensock/greensock_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant GSAP skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.
Official AI skills for GSAP. These skills teach AI coding agents how to correctly use GSAP (GreenSock Animation Platform), including best practices, common animation patterns, and plugin usage. Includes 8 official skills: gsap-core, gsap-scrolltrigger, gsap-performance, gsap-timeline, gsap-plugins, gsap-utils.
Covers gsap-core, gsap-frameworks, gsap-performance, gsap-plugins, gsap-react, gsap-scrolltrigger. GSAP Core is the base animation engine for the GreenSock Animation Platform. Handles GSAP animation setup and teardown for Vue, Nuxt, Svelte, and SvelteKit.
A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing.
GSAP Timeline is a sequencing layer on top of GSAP that lets you coordinate multiple tweens in order, in parallel, or at precise offsets using a position parameter.
Official AI skills for GSAP. These skills teach AI coding agents how to correctly use GSAP (GreenSock Animation Platform), including best practices, common animation patterns, and plugin usage. Includes 8 official skills: gsap-core, gsap-scrolltrigger, gsap-performance, gsap-timeline, gsap-plugins, gsap-utils.
Top skills in this package
gsap-coreOfficial GSAP skill from greensock/gsap-skills.
gsap-scrolltriggerOfficial GSAP skill from greensock/gsap-skills.
gsap-performanceOfficial GSAP skill from greensock/gsap-skills.
gsap-timelineOfficial GSAP skill from greensock/gsap-skills.
gsap-pluginsOfficial GSAP skill from greensock/gsap-skills.
gsap-utilsOfficial GSAP skill from greensock/gsap-skills.
gsap-reactOfficial GSAP skill from greensock/gsap-skills.
gsap-frameworksOfficial GSAP skill from greensock/gsap-skills.
Install
Install the full package:
npx skills add greensock/gsap-skills -y
Install a specific skill:
npx skills add greensock/gsap-skills@gsap-core -y
Use the package when you want your agent to choose the relevant skill from this official GSAP repository.