# GSAP AI Agent Skills

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.

Official page: https://skillscout.sh/official/greensock/
Markdown page: https://skillscout.sh/official/greensock/greensock_skills_skillscout.md
Vendor website: http://gsap.com/

## Prompt for your agent

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

### 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.

Install:

```bash
npx skills add greensock/gsap-skills -y
```

Source: https://github.com/greensock/gsap-skills

### greensock/skills

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.

Install:

```bash
npx skills add greensock/skills -y
```

Source: https://officialskills.sh/greensock/skills

## Individual skills

### gsap-core

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-core -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-core

### gsap-scrolltrigger

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-scrolltrigger -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-scrolltrigger

### gsap-performance

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-performance -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-performance

### gsap-timeline

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-timeline -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-timeline

### gsap-plugins

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-plugins -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-plugins

### gsap-utils

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-utils -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-utils

### gsap-react

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-react -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-react

### gsap-frameworks

Official GSAP skill from greensock/gsap-skills.

Install:

```bash
npx skills add greensock/gsap-skills@gsap-frameworks -y
```

Package: greensock/gsap-skills
Source: https://github.com/greensock/gsap-skills/tree/HEAD/skills/gsap-frameworks

### gsap-core

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

Install:

```bash
npx skills add greensock/skills@gsap-core -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-core

### gsap-frameworks

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

Install:

```bash
npx skills add greensock/skills@gsap-frameworks -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-frameworks

### gsap-performance

Guides GSAP animation optimization for consistent 60fps output.

Install:

```bash
npx skills add greensock/skills@gsap-performance -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-performance

### gsap-plugins

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

Install:

```bash
npx skills add greensock/skills@gsap-plugins -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-plugins

### gsap-react

Covers GSAP animation setup in React and Next.

Install:

```bash
npx skills add greensock/skills@gsap-react -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-react

### gsap-scrolltrigger

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

Install:

```bash
npx skills add greensock/skills@gsap-scrolltrigger -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-scrolltrigger

### 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.

Install:

```bash
npx skills add greensock/skills@gsap-timeline -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-timeline

### gsap-utils

gsap.

Install:

```bash
npx skills add greensock/skills@gsap-utils -y
```

Package: greensock/skills
Source: https://officialskills.sh/greensock/skills/gsap-utils

## greensock/gsap-skills package overview

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-core: Official GSAP skill from greensock/gsap-skills.
- gsap-scrolltrigger: Official GSAP skill from greensock/gsap-skills.
- gsap-performance: Official GSAP skill from greensock/gsap-skills.
- gsap-timeline: Official GSAP skill from greensock/gsap-skills.
- gsap-plugins: Official GSAP skill from greensock/gsap-skills.
- gsap-utils: Official GSAP skill from greensock/gsap-skills.
- gsap-react: Official GSAP skill from greensock/gsap-skills.
- gsap-frameworks: Official GSAP skill from greensock/gsap-skills.

### Install

Install the full package:

```bash
npx skills add greensock/gsap-skills -y
```

Install a specific skill:

```bash
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 repository.

Source: https://github.com/greensock/gsap-skills#readme
