GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
Figma Design to Code
Summary
Figma's official design-to-code skill — a mandatory pre-step to get_design_context that turns a Figma node into components matching your real stack, not generic markup.
Features
- Mandatory workflow wrapper around the get_design_context MCP tool
- Single call returns reference code, screenshot and context hints
- Adapts Figma output to the project's real components and design tokens
- Rebuilds multi-state components with every state
- Extracts design tokens to replace hardcoded styles
- Strictly one-directional — the reverse flow has its own skill
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
Implement this Figma frame as a React component using our design system: <figma url>
Description
This is Figma's official skill for the read-from-Figma direction: take a node in a Figma file and implement it in a codebase. Figma marks it a mandatory prerequisite — the agent must load it before calling the get_design_context MCP tool, not after — because the tool alone returns reference code that is easy to paste in verbatim and wrong to.
The workflow it imposes
Call `get_design_context` first. One call returns reference code, a screenshot and contextual hints together. The skill explicitly forbids substituting get_metadata or get_screenshot; those are for orienting yourself or validating afterwards, not for standing in.
Then adapt, do not transcribe. The reference code Figma returns is a description of the design, not production source. The skill's substance is the translation step: map what came back onto the project's actual components, design tokens, spacing scale and framework conventions, so the output looks like the rest of the codebase rather than like generated markup.
Validate against the screenshot once the component renders.
Direction matters
The skill is scoped strictly to design → code and must not be used to write into Figma; the reverse direction has its own skill, figma-generate-design. Keeping the two apart is what stops an agent from half-implementing a screen and half-editing the design file in the same pass.
What you get out of it
Typed React components from a component URL, design tokens extracted to replace hardcoded values, multi-state elements rebuilt with every state, whole page layouts from a frame URL, and re-syncing existing components when the design moves.
Requirements
The Figma MCP server, and a Figma URL or node ID for the target. The skill sits in figma/mcp-server-guide next to companions for Code Connect, design-system rules, FigJam, Slides, SwiftUI and motion.
Related Skills
Turns Claude Code or Codex into a motion-design studio for cinematic Remotion product videos.
Stops AI-generated UI from defaulting to purple gradients and templated hero sections by forcing a named design direction first.
67 game-development skills across ten engines — Godot, Unity, Unreal, Bevy, Phaser, PixiJS, three.js, LÖVE, pygame, Roblox — behind a router that detects your engine and loads only what fits.