Figma Skill
Description
Claude Code skill for Figma designs — cache-first, multimodal, design-system audits
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
figma skill
A [Claude Code](https://docs.claude.com/claude-code) skill for working with Figma designs. Cache-first — fetch a file once, then browse locally with no repeated API hits. Includes multimodal tools (screenshots, contact sheets) and design-system audits (tokens, usage).
Install
Clone into your Claude Code skills directory:
git clone ~/.claude/skills/figma
Then add a [Figma personal access token](https://www.figma.com/developers/api#access-tokens) to `~/.claude/settings.json`:
{
"env": {
"FIGMA_API_KEY": "figd_..."
}
}
For OAuth instead, set `FIGMA_OAUTH_TOKEN`.
Cache location defaults to `~/.claude/skills/figma/cache/`. Override with `FIGMA_CACHE_DIR=/path/to/cache`.
Commands
All via `uv run --with pyyaml,Pillow ~/.claude/skills/figma/scripts/figma.py `.
| Command | What it does | API cost |
|---|---|---|
fetch URL |
Cache the full file + indexes (one-time) | 1 heavy /files call |
status URL |
Cache summary (file name, counts, fetch time) | 0 |
pages URL |
List canvases with frame counts (optional --sheet) |
0 / N renders |
frames URL |
Top-level frames grouped by page | 0 |
outline URL [--node-id ID] |
Indented tree of navigable nodes | 0 |
search URL QUERY [--type FRAME,...] |
Grep node names and text content | 0 |
node URL --node-id ID |
Simplified YAML for one subtree (size-gated at 500KB) | 0 |
screenshot URL --node-id ID |
Render a node as PNG (cached) | 1 /images call |
sheet URL --node-id PARENT_ID |
Contact-sheet PNG of direct children | 1 batched /images call |
reveal URL --node-id ID |
Name + path + screenshot + outline + text | 0–1 |
text URL [--node-id ID] |
Extract all TEXT content from a subtree | 0 |
export URL --node-id ID [--out DIR] |
Bundle screenshot + YAML + text + assets + README | 0–2 |
tokens URL |
Color palette + typography usage report | 0 |
usage URL |
Count component instances across the fi |
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://