figma-cli CLAUDE.md

figma-cli CLAUDE.md is an instructions file for coding agents from sahajamit/figma-cli. It costs 1,986 tokens per session, scanned A, original, MIT.

Repository instructions for Figma CLI, a TypeScript command-line program that uses Figma's web API to inspect design files and export their contents.

In plain words
What is it for?
Use them to retrieve file structures, nodes, frames, components, styles, variables, design tokens, and exported images or documents from Figma.
Why use it?
They explain how to build and run the CLI when the official Figma integration is unavailable or restricted, while keeping its commands and release checks organized.

Instructions file

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.

agentmods
npx agentmods add instructions/sahajamit/figma-cli/claude-md
Clone the repo
git clone --depth 1 https://github.com/sahajamit/figma-cli

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-cli CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sahajamit/figma-cli/claude-md.svg)](https://agentmods.dev/instructions/sahajamit/figma-cli/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sahajamit/figma-cli/claude-md"><img src="https://agentmods.dev/badge/instructions/sahajamit/figma-cli/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,986 This file is loaded in full into every session.
When invoked 1,986 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01986 $0.01986
Opus 5 $0.00993 $0.00993
Sonnet 5 $0.00397 $0.00397
Haiku 4.5 $0.00199 $0.00199

Measured 4d ago against content hash 4e375488269c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

figma-cli CLAUDE.md 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 4d 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.

CLAUDE.md · 157 lines

How it starts

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

CLAUDE.md

Project Overview

figma-cli (figma) is a TypeScript CLI for Figma that serves as a lightweight alternative to the official Figma MCP server (blocked by org MCP registry policy). It wraps the Figma REST API as shell commands, usable by any AI agent with shell access.

The CLI implements 16 commands across 10 command groups:

File operations (3 commands):

  • figma files get — Get file structure and metadata
  • figma files nodes — Get specific nodes by ID
  • figma files frames — List all frames in a file

Image export (1 command):

  • figma images export — Export nodes as PNG/SVG/JPG/PDF (two-step: get URLs → download files)

Components (3 commands):

  • figma components list — List components in a file
  • figma components search — Search components by name (client-side filter)
  • figma components team — List published team components

Styles (2 commands):

  • figma styles list — List styles in a file
  • figma styles team — List published team styles

Variables & Tokens (2 commands):

  • figma variables list — List local variables (native Figma variables)
  • figma tokens export — Extract design tokens in W3C format (colors, spacing, sizes, typography, shadows)

Collaboration (2 commands):

  • figma comments list — List comments on a file
  • figma comments add — Add a comment (only write operation)

Other (3 commands):

  • figma me — Current user info (verify token)
  • figma versions list — Version history
  • figma projects list / figma projects files — Team projects and files

Utility:

  • figma install --skills — Install AI agent skill files (Claude Code, Cursor, Copilot)
  • figma uninstall --skills — Remove installed skill files

Tech Stack

  • Language: TypeScript (ES2022, NodeNext modules, strict mode)
  • Runtime: Node.js >= 22 (uses native fetch, no HTTP library)
  • CLI framework: Commander.js
  • Output styling: Chalk
  • Design tokens: Custom W3C extractor (ported from figma-mcp-free)
  • No test framework yet

Read the full file on GitHub · 157 lines

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. 4d ago First seen · 157 lines · 1,986 tokens per session scan A 4e375488269c

Subscribe to this mod's changes

figma-cli CLAUDE.md is an instructions file published in the GitHub repository sahajamit/figma-cli (7 stars, last pushed 4mo ago), licensed MIT. It adds 1,986 tokens to every session, about $0.0099 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-08-31.

Related

Other instructions, from other repositories

solidworks-api-skill CLAUDE.md

Instructions for guoleizhen717/solidworks-api-skill, covering solidworks api skill repository, repository purpose, skill scope and project conventions.

guoleizhen717/solidworks-api-skill · 205 tokens

q3ds-solidworks-mcp AGENTS.md

AGENTS.md instructions for zarcherlot/q3ds-solidworks-mcp, covering codex repository guidance, architecture, drawing planning and verification.

zarcherlot/q3ds-solidworks-mcp · 483 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens