gsap-suite

gsap-suite is a skill for Claude Code from Gekkos-tech/agency-os. It costs 192 tokens per session (946 once invoked), scanned A, original, MIT.

A guide to GSAP, a JavaScript library for creating coordinated animations in web pages, SVG graphics, and supported frameworks. It covers individual animations, sequences, scroll-linked effects, and selected GSAP plugins.

In plain words
What is it for?
Use it for page transitions, staggered elements, timelines, pinned or parallax scrolling effects, draggable elements, SVG drawing, and responsive or reduced-motion animation settings.
Why use it?
It helps when animations need precise timing, sequencing, interruption, reversal, or interaction with scrolling. It also explains how to use the same animation tools in React, Vue, Svelte, Nuxt, Webflow, or plain JavaScript.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the motion-3d plugin — 6 skills shipped together

Good fit Use it for page transitions, staggered elements, timelines, pinned or parallax scrolling effects, draggable elements, SVG drawing, and responsive or reduced-motion animation settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gekkos-tech/agency-os/gsap-suite
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Gekkos-tech/agency-os --skill gsap-suite
Clone the repo
git clone --depth 1 https://github.com/Gekkos-tech/agency-os

Made for: Claude Code.

Or install motion-3d, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gsap-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/gekkos-tech/agency-os/gsap-suite/github.svg)](https://agentmods.dev/skills/gekkos-tech/agency-os/gsap-suite)
Your own site
<a href="https://agentmods.dev/skills/gekkos-tech/agency-os/gsap-suite"><img src="https://agentmods.dev/badge/skills/gekkos-tech/agency-os/gsap-suite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gsap-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/gekkos-tech/agency-os/gsap-suite"><img src="https://agentmods.dev/badge/skills/gekkos-tech/agency-os/gsap-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 192 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00192 $0.00946
Opus 5 $0.00096 $0.00473
Sonnet 5 $0.00038 $0.00189
Haiku 4.5 $0.00019 $0.00095

Measured 11d ago against content hash 7054f77a1ce3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gsap-suite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/motion-3d/skills/gsap-suite/SKILL.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GSAP Suite

The official GSAP skills, consolidated into one suite. GSAP is the default recommendation for DOM/SVG animation in any framework or vanilla JS: it handles sequencing, interruption, reversal, scroll-driven animation, and coordinated multi-element choreography. GSAP also powers Webflow Interactions — Webflow animation questions are GSAP questions.

Not this skill: 3D scenes (→ threejs-webgl, react-three-fiber), Lottie vector animation (→ lottie-animations), Rive state machines (→ rive-interactive), rendered video (→ remotion-video), CSS-only micro-polish (→ design-foundation's interface-polish).

How to use this suite

Read the reference file for the topic you are working on. Load only what the task needs — each file is self-contained.

Task Reference
Single tweens, easing, stagger, defaults, gsap.matchMedia() (responsive + reduced motion) references/core.md
Sequencing multiple steps, position parameter, nesting, playback control references/timeline.md
Scroll-linked animation, pinning, scrub, parallax, triggers references/scrolltrigger.md
Plugin registration; ScrollTo, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG/physics plugins, CustomEase, GSDevTools references/plugins.md
React / Next.js: useGSAP, refs, scoping, cleanup references/react.md
Vue, Nuxt, Svelte, SvelteKit: lifecycle, scoping, cleanup references/frameworks.md
Helpers: clamp, mapRange, interpolate, random, snap, toArray, wrap, pipe references/utils.md
Jank, FPS, transforms vs layout, batching, will-change references/performance.md

Quick defaults

  • Register plugins once per app: gsap.registerPlugin(ScrollTrigger).
  • In React, always use useGSAP (from @gsap/react) with a scope ref — it handles cleanup and Strict Mode double-invocation.
  • Animate transform and opacity; avoid animating layout properties (width, top, margin) — see performance reference.
  • Wrap motion in gsap.matchMedia() and honor prefers-reduced-motion.
  • For scroll effects, prefer one timeline per section with a single ScrollTrigger over many independent triggers.

Read the full file on GitHub · 60 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 60 lines · 192 tokens per session scan A 7054f77a1ce3

Subscribe to this mod's changes

gsap-suite is a skill published in the GitHub repository Gekkos-tech/agency-os (5 stars, last pushed 2mo ago), licensed MIT. It adds 192 tokens to every session and 946 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

snapdom

Fast, dependency-free DOM-to-image capture library for converting HTML elements into scalable SVG or raster image formats.

aiskillstore/marketplace · 53 tokens

render-ios-keyboard

Render a static iOS QWERTY keyboard as inline HTML+CSS sized for the 750-wide 9:16 stage. Includes the 3-suggestion bar, alpha keys, shift/backspace, 123/emoji/space/return row, and the bottom globe+mic strip. No animation logic — slide up/down is the molecule's job (CSS transform on the .keyboard root).

gooseworks-ai/goose-skills · 86 tokens

hyperframes-oversized-cursor

House-style oversized macOS cursor technique for HyperFrames videos. Use when a scene involves cursors, pointer-led action, kicking off a UI scene, igniting a morph/transition/typing with a click, or when a scene reads as static/dead/stale and needs motion to carry the eye. Covers cursor size/look, off-screen entry…

oyi77/1ai-skills · 95 tokens

frontend-dev-guidelines

Development guidelines for building front ends with Next.js 15, React 19, TypeScript, Shadcn/ui, and Tailwind CSS. They cover how pages, components, data fetching, routes, and project files should be organised.

aiskillstore/marketplace · 116 tokens

css-development-create-component

This skill should be used when creating new styled components or adding new CSS classes. Triggers on "create component", "new button", "new card", "add styles", "style component", "build UI element". Guides semantic naming, Tailwind composition, dark mode support, and test coverage.

aiskillstore/marketplace · 65 tokens

css-development-refactor

This skill should be used when refactoring existing CSS from inline styles or utility classes to semantic patterns. Triggers on "refactor CSS", "extract styles", "consolidate CSS", "convert inline", "clean up styles", "migrate to semantic". Transforms to semantic classes with dark mode and tests.

aiskillstore/marketplace · 69 tokens