Skip to content
Skill

figma-use

by openai

AI Summary

Use MCP to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in . Before anything, load plugin-api-standalone.index.md to understand what is possible. When you are asked to write plugin API code, use this context to grep plugin-api-standalone.d.ts for relevant t

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "figma-use" skill in my project.

Please run this command in my terminal:
# Install skill into your project (19 files)
mkdir -p .claude/skills/figma-use && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/LICENSE.TXT "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/LICENSE.TXT" && mkdir -p .claude/skills/figma-use/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/agents/openai.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/agents/openai.yaml" && mkdir -p .claude/skills/figma-use/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/assets/figma-small.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/assets/figma-small.svg" && mkdir -p .claude/skills/figma-use/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/assets/figma.png "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/assets/figma.png" && mkdir -p .claude/skills/figma-use/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/assets/icon.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/assets/icon.svg" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/maintainers.yml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/maintainers.yml" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/api-reference.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/api-reference.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/common-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/common-patterns.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/component-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/component-patterns.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/effect-style-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/effect-style-patterns.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/gotchas.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/gotchas.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/maintainers.yml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/maintainers.yml" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/plugin-api-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/plugin-api-patterns.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/plugin-api-standalone.d.ts "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/plugin-api-standalone.d.ts" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/plugin-api-standalone.index.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/plugin-api-standalone.index.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/text-style-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/text-style-patterns.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/validation-and-recovery.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/validation-and-recovery.md" && mkdir -p .claude/skills/figma-use/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/figma-use/references/variable-patterns.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-use/references/variable-patterns.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.

use_figma — Figma Plugin API Skill

Use use_figma MCP to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/. Always pass skillNames: "figma-use" when calling use_figma. This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code, also load figma-generate-design. It provides the workflow for discovering design system components via search_design_system, importing them, and assembling screens incrementally. Both skills work together: this one for the API rules, that one for the screen-building workflow. Before anything, load plugin-api-standalone.index.md to understand what is possible. When you are asked to write plugin API code, use this context to grep plugin-api-standalone.d.ts for relevant types, methods, and properties. This is the definitive source of truth for the API surface. It is a large typings file, so do not load it all at once, grep for relevant sections as needed. IMPORTANT: Whenever you work with design systems, start with working-with-design-systems/wwds.md to understand the key concepts, processes, and guidelines for working with design systems in Figma. Then load the more specific references for components, variables, text styles, and effect styles as needed.

1. Critical Rules

• Use return to send data back. The return value is JSON-serialized automatically (objects, arrays, strings, numbers). Do NOT call figma.closePlugin() or wrap code in an async IIFE — this is handled for you. • Write plain JavaScript with top-level await and return. Code is automatically wrapped in an async context. Do NOT wrap in (async () => { ... })(). • figma.notify() throws "not implemented" — never use it 3a. getPluginData() / setPluginData() are not supported in use_figma — do not use them. Use getSharedPluginData() / setSharedPluginData() instead (these ARE supported), or track node IDs by returning them and passing them to subsequent calls. • console.log() is NOT returned — use return for output • Work incrementally in small steps. Break large operations into multiple use_figma calls. Validate after each step. This is the single most important practice for avoiding bugs. • Colors are 0–1 range (not 0–255): {r: 1, g: 0, b: 0} = red • Fills/strokes are read-only arrays — clone, modify, reassign • Font MUST be loaded before any text operation: await figma.loadFontAsync({family, style}) • Pages load incrementally — use await figma.setCurrentPageAsync(page) to switch pages and load their content (see Page Rules below) • setBoundVariableForPaint returns a NEW paint — must capture and reassign • createVariable accepts collection object or ID string (object preferred) • layoutSizingHorizontal/Vertical = 'FILL' MUST be set AFTER parent.appendChild(child) — setting before append throws. Same applies to 'HUG' on non-auto-layout nodes. • Position new top-level nodes away from (0,0). Nodes appended directly to the page default to (0,0). Scan figma.currentPage.children to find a clear position (e.g., to the right of the rightmost node). This only applies to page-level nodes — nodes nested inside other frames or auto-layout containers are positioned by their parent. See Gotchas. • On use_figma error, STOP. Do NOT immediately retry. Failed scripts are atomic — if a script errors, it is not executed at all and no changes are made to the file. Read the error message carefully, fix the script, then retry. See Error Recovery. • MUST return ALL created/mutated node IDs. Whenever a script creates new nodes or mutates existing ones on the canvas, collect every affected node ID and return them in a structured object (e.g. return { createdNodeIds: [...], mutatedNodeIds: [...] }). This is essential for subsequent calls to reference, validate, or clean up those nodes. • Always set variable.scopes explicitly when creating variables. The default ALL_SCOPES pollutes every property picker — almost never what you want. Use specific scopes like "FRAME_FILL", "SHAPE_FILL"] for backgrounds, ["TEXT_FILL"] for text colors, ["GAP"] for spacing, etc. See [variable-patterns.md for the full list. • await every Promise. Never leave a Promise unawaited — unawaited async calls (e.g. figma.loadFontAsync(...) without await, or figma.setCurrentPageAsync(page) without await) will fire-and-forget, causing silent failures or race conditions. The script may return before the async operation completes, leading to missing data or half-applied changes. > For detailed WRONG/CORRECT examples of each rule, see Gotchas & Common Mistakes.

2. Page Rules (Critical)

Page context resets between use_figma calls — figma.currentPage starts on the first page each time.

Switching pages

Use await figma.setCurrentPageAsync(page) to switch pages and load their content. The sync setter figma.currentPage = page throws an error in use_figma runtimes. `js // Switch to a specific page (loads its content) const targetPage = figma.root.children.find((p) => p.name === "My Page"); await figma.setCurrentPageAsync(targetPage); // targetPage.children is now populated // Iterate over all pages for (const page of figma.root.children) { await figma.setCurrentPageAsync(page); // page.children is now loaded — read or modify them here } `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 8d ago
Active
Adoption1K+ stars on GitHub
16.1k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars16.1k
Forks984
Issues182
Updated8d ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code