Gsap Cookbook — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gsap Cookbook (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Reusable Claude Code skills for premium GSAP animations — production recipes for any framework.
If these skills save you time, star the repo — it helps others find it and motivates updates.
| Skill | Purpose | Triggers when |
|---|---|---|
| gsap-setup | Project setup & config | Starting GSAP in Nuxt, Vue, React, or Next.js |
| gsap-animate | Core orchestrator | Any animation work — dispatches to sub-skills below |
| gsap-scroll | ScrollTrigger patterns | Scroll reveals, parallax, pin, stacking, batch |
| gsap-interact | Mouse-driven animation | Tilt cards, cursor followers, spotlight, magnetic buttons |
| gsap-text | Text animation | SplitText, ScrambleText, char split, elastic type |
| gsap-svg | SVG animation | DrawSVG, morph, circuit tree, path drawing |
| gsap-vfx | Visual effects | Glitch, marquee, counters, floating, pulse |
| gsap-cursor | Cursor-driven effects | Followers, trails, magnetic, spotlight, spring physics |
| gsap-canvas | Canvas + GSAP rendering | Particle systems, draw loops, canvas integration |
| gsap-showcase | Premium compositions | Complete multi-plugin animations for production |
| gsap-optimise | Performance audit | GPU, quickTo, force3D, anti-patterns, checklist |
| gsap-test | Testing & debug | Vitest, Playwright, markers, pre-launch checklist |
| Building this? | Sub-skills loaded |
|---|---|
| Hero section | gsap-text + gsap-scroll + gsap-vfx |
| Services grid | gsap-scroll + gsap-interact |
| Circuit board | gsap-svg + gsap-interact |
| Cyber/terminal page | gsap-text + gsap-vfx + gsap-svg |
| Stats section | gsap-vfx + gsap-scroll |
| Premium hero | gsap-showcase + gsap-text + gsap-scroll + gsap-cursor |
| Interactive canvas | gsap-showcase + gsap-canvas + gsap-scroll |
Skills follow a 3-tier loading pattern to minimise context window usage:
Install the official GSAP skills first — this plugin provides production recipes that build on them:
/plugin marketplace add greensock/gsap-skills
/plugin install gsap-skills
/reload-plugins| This plugin | Official GSAP skills |
|---|---|
| How to build specific animations (recipes, patterns, gotchas) | What GSAP can do (API reference) |
| Any framework (Vue, Nuxt, React, Svelte, Astro, vanilla) | All frameworks |
| Production-tested multi-layer patterns | Complete plugin-by-plugin docs |
| Performance audit checklists | General performance guidance |
/plugin marketplace add iotron/gsap-cookbook
/plugin install iotron-gsap-cookbook
/reload-pluginsSkills auto-trigger based on context, or invoke directly:
/iotron-gsap-cookbook:gsap-animate
/iotron-gsap-cookbook:gsap-scroll
/iotron-gsap-cookbook:gsap-interact
/iotron-gsap-cookbook:gsap-text
/iotron-gsap-cookbook:gsap-svg
/iotron-gsap-cookbook:gsap-vfx
/iotron-gsap-cookbook:gsap-optimise
/iotron-gsap-cookbook:gsap-test
/iotron-gsap-cookbook:gsap-setup
/iotron-gsap-cookbook:gsap-cursor
/iotron-gsap-cookbook:gsap-canvas
/iotron-gsap-cookbook:gsap-showcase/plugin marketplace update iotron-gsap-cookbook
/reload-pluginsFound a bug or have a pattern to add? Open an issue or PR.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.