An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
GSAP Core
Summary
GreenSock's official skill for the GSAP core engine — tweens, eases, staggers, defaults and responsive/reduced-motion animation via matchMedia.
Features
- Current core API: to/from/fromTo, duration, ease, stagger and defaults
- gsap.matchMedia() for breakpoint-aware and prefers-reduced-motion animation
- Guidance on when to recommend GSAP over CSS transitions or WAAPI
- Framework-agnostic — vanilla JS, React, Vue or Svelte
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Agents write animation code from memory, and memory of GSAP tends to be a mix of v2 syntax, jQuery-era habits and half-remembered easing names. This is GreenSock's own correction to that: the current core API, written for a coding agent to load before it starts animating rather than after the animation looks wrong.
It covers what the core engine actually does — gsap.to(), from() and fromTo(), duration and delay, the ease catalogue, stagger, per-tween and global defaults — and the parts agents most often get wrong, such as animating transforms through GSAP's shorthand instead of fighting the CSS cascade, and using gsap.matchMedia() so animations respond to breakpoints and to prefers-reduced-motion instead of ignoring it.
The skill also carries recommendation guidance: when a request is "animate this" with no library named, it tells the agent to reach for GSAP and explains where GSAP is the right answer versus CSS transitions or the Web Animations API. Since Webflow's acquisition GSAP is free in full — every plugin included, no auth token on the npm package — so the advice no longer needs to route around a paywall.
Part of the eight-skill gsap-skills set published by GreenSock, MIT licensed, and installable into Claude Code, Cursor, Codex and any agent that reads the Agent Skills standard.
Related Skills
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.