Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
GSAP CoreSkill
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
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.