Five skills that turn Claude Code into an animation studio
Design DNA, GSAP, Three.js, Motion Design, Genjutsu — in the order that matters
A skill is not a plugin that adds a button — it is a manual Claude reads before writing. It stops inventing an API from memory and starts using the real one, pitfalls included. Five of them, each with its exact install command and the prompt to send immediately after. All MIT licensed.
In what order, and why
A skill is not a plugin that adds a button: it is a manual Claude reads before it writes. It stops inventing an API signature from memory and starts using the real one, with its known pitfalls. Hence the order below — give it a direction first, then the tools, then the finish.
What this is not: a list of repos to collect. Installing all five at once is pointless. Each one solves a specific problem, and the order of installation matters more than the number.
The five, and the layer each one occupies
Design DNA
Extracts the taste of an existing site into tokens Claude can actually apply.
GSAP
The animation engine of the web. The only official skill in the list.
Three.js
3D in the browser, for when a page needs depth rather than decoration.
Motion Design
Lottie, SVG, micro-interactions. The layer that makes an interface feel alive.
Genjutsu
Goes back over the whole thing and pushes the render toward premium.
Install it, test it on a real project, then keep it or drop it. Five skills you never tested are worth zero. Used together they do not fight — Design DNA sets the palette and typography, GSAP makes it move, Three.js adds depth, Motion Design handles the detail, Genjutsu re-reads everything. Each occupies its own layer.
Design DNA
Captures a site, reads the DOM, and outputs tokens — colours, fonts, spacing — plus the reasoning behind the choices, not just the values. Exports to Cursor rules, Windsurf rules, or straight into your CLAUDE.md. It is the only one of the five installed by git clone rather than the marketplace, so do not go looking for a /plugin command for it.
The prompt right after
GSAP
The official GreenSock skill, written by the library’s own authors. Eight skills in one — core, timeline, ScrollTrigger, plugins, utils, React, performance, frameworks — and it covers Vue and Svelte alongside React. Claude stops inventing API signatures and uses the ones that exist.
The prompt right after
An example that shows the difference clearly.
Three.js
Scenes, camera, lights, particles. The threejs-webgl plugin brings the skill plus quick commands and dedicated agents; the core-3d-animation bundle groups five technologies — Three.js, GSAP, React Three Fiber, Motion and Babylon.js. Skills can also be uploaded one by one on claude.ai under Settings → Features → Skills as .zip files.
The prompt right after
Motion Design
Nine capabilities, including Lottie, SVG animation (progressive drawing, path morphing) and micro-interactions, plus page transitions for the Next.js app router and accessible animation that respects prefers-reduced-motion. This is the layer everyone forgets — the one you only notice when it is missing.
The prompt right after
Genjutsu
Fifteen internal modules loaded dynamically according to the stack it detects. Two commands: /genjutsu:cast for a targeted request, /genjutsu:paint to build a complete visual system. Covers the web (GSAP, Framer Motion, native CSS, Three.js and R3F, generative canvas) but also Android via Compose and Apple via SwiftUI. It runs on claude.ai and Cowork too, not only in Claude Code.
The prompt right after
What makes an install fail
How to know a skill is actually loaded
Ask Claude to cite a precise API from the library before installing, then again after. Before, it improvises a plausible-looking signature. After, it gives the real one and mentions the pitfalls. If the answer does not change, the skill is not loaded.
Repos change name and organisation. If a command fails, check the address on GitHub before looking any further.
All five, in order
All five are MIT licensed — free, modifiable, usable in commercial projects, none of them asking for an account.
Take GSAP. It is the only official one, it covers the most ground, and it is the one whose effect shows from the very first response.