figma

figma is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 56 tokens per session (1,122 once invoked), scanned A, original, MIT.

A Figma integration tool fetches design context, screenshots, variables, and assets, then helps translate Figma designs into production code. Figma is a collaborative interface-design application.

In plain words
What is it for?
Use it for Figma-driven implementation, design inspection, MCP setup troubleshooting, component mappings, and creating design-related agent rules.
Why use it?
It gives a coding agent the design information needed to work from a Figma file instead of relying only on descriptions or guesses.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it for Figma-driven implementation, design inspection, MCP setup troubleshooting, component mappings…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/figma
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 ulises-jeremias/agent-toolkit --skill figma
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 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 figma

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/figma.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/figma)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/figma"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/figma.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,122 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.00056 $0.01122
Opus 5 $0.00028 $0.00561
Sonnet 5 $0.00011 $0.00224
Haiku 4.5 $0.00006 $0.00112

Measured 2d ago against content hash 082616c0497b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

figma 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 2d 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/agent-toolkit-complete/.github/skills/figma/SKILL.md · 99 lines

How it starts

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

Figma MCP

Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, tool registration, verification), see references/figma-mcp-config.md.

This is the entry-point skill for the Figma family. Switch to a more specialized skill once intent is clear:

If the user wants to… Use
Translate a Figma node into production code figma-implement-design
Generate a full screen in Figma from code/description figma-generate-design (opt-in pack — see docs/SKILLS.md)
Author Code Connect mappings figma-code-connect-components
Create reusable agent rules (CLAUDE.md/AGENTS.md) for a design system figma-create-design-system-rules
Create a brand-new Figma file figma-create-new-file
Run JS in Figma via the Plugin API figma-use (opt-in pack — see docs/SKILLS.md)
Generate/import a full library figma-generate-library (opt-in pack — see docs/SKILLS.md)

Figma MCP Integration Rules

These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.

Required flow (do not skip)

  1. Run get_design_context first to fetch the structured representation for the exact node(s).
  2. If the response is too large or truncated, run get_metadata to get the high-level node map and then re-fetch only the required node(s) with get_design_context.
  3. Run get_screenshot for a visual reference of the node variant being implemented.
  4. Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation.
  5. Translate the output (usually React + Tailwind) into this project's conventions, styles and framework. Reuse the project's color tokens, components, and typography wherever possible.
  6. Validate against Figma for 1:1 look and behavior before marking complete.

Read the full file on GitHub · 99 lines

Files

What ships with it

2 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. 2d ago First seen · 99 lines · 56 tokens per session scan A 082616c0497b

Subscribe to this mod's changes

figma is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 1,122 once invoked, about $0.0003 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-09-04.

Related

Other skills, from other repositories

ui-ux-design

Create production-grade frontend interfaces with strong UX and visual craft. Use when building web components, pages, dashboards, forms, landing pages, modals, or any UI. Use when user says 'build a form', 'create a dashboard', 'design a component', 'make a landing page', or asks for UI/UX work. Use even when the user…

arvindand/agent-skills · 98 tokens

margaret-design

Figma bridge, both directions: generate a new Figma design or diagram from a prompt/spec, or pull an existing Figma file/selection into this codebase (as code, a design-context summary, a Code Connect link, or a motion implementation). Use when the user asks to create/generate something in Figma or FigJam, wants a…

sofiahernandes/margaret · 181 tokens

adobe-express-spectrum-ui-ux

Build or review Adobe Express add-on panel UI with Spectrum patterns, stack selection guidance (raw SWC, swc-react, React Spectrum), Express theme setup, state and navigation design, and actionable UX quality checks. Use when implementing or auditing panel layouts, interaction states, multi-screen flows, and…

Sandgrouse/adobe-express-dev-skill · 70 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

dvasyliev/ai-dev-tools-getting-started · 77 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

duongductrong/cursor-kit · 90 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

duongductrong/cursor-kit · 43 tokens