Official skills publisher Verified Skillscout rank 227

GSAP

GSAP publishes official AI agent skills for its tools, services, and developer workflows.

Browse 16 official AI agent skills across 2 GSAP repositories, with install commands and source links.

16 Skills
2 Repositories
267,400 Installs
11,920 GitHub stars

Install

Add GSAP skills to your agent

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.

Skills packages

2 official repositories

Gsap Skills

greensock/gsap-skills

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.

8 skills 267,400 installs 11,920 stars
npx skills add greensock/gsap-skills -y

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.

8 skills 0 installs 0 stars
npx skills add greensock/skills -y

16 skills

greensock/gsap-skills 8 skills

gsap-core

greensock/gsap-skills 36,700 installs
View source

gsap-scrolltrigger

greensock/gsap-skills 35,000 installs
View source

gsap-performance

greensock/gsap-skills 33,800 installs
View source

gsap-timeline

greensock/gsap-skills 33,700 installs
View source

gsap-plugins

greensock/gsap-skills 33,000 installs
View source

gsap-utils

greensock/gsap-skills 32,400 installs
View source

gsap-react

greensock/gsap-skills 32,000 installs
View source

gsap-frameworks

greensock/gsap-skills 30,800 installs
View source
greensock/skills 8 skills

gsap-core

GSAP Core is the base animation engine for the GreenSock Animation Platform.

greensock/skills 0 installs
View source

gsap-frameworks

Handles GSAP animation setup and teardown for Vue, Nuxt, Svelte, and SvelteKit.

greensock/skills 0 installs
View source

gsap-performance

Guides GSAP animation optimization for consistent 60fps output.

greensock/skills 0 installs
View source

gsap-plugins

A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing.

greensock/skills 0 installs
View source

gsap-react

Covers GSAP animation setup in React and Next.

greensock/skills 0 installs
View source

gsap-scrolltrigger

ScrollTrigger is a GSAP plugin that links animations to scroll position.

greensock/skills 0 installs
View source

gsap-timeline

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.

greensock/skills 0 installs
View source

gsap-utils

gsap.

greensock/skills 0 installs
View source

Repository documentation

greensock/gsap-skills package overview

greensock/gsap-skills/README.md View on GitHub

greensock/gsap-skills

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.

View greensock/gsap-skills on GitHub
Copied