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.
npx skills add david-buck/figma-local-bridge --skill figma-local-workflowgit clone --depth 1 https://github.com/david-buck/figma-local-bridgeWrote 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.
[](https://agentmods.dev/skills/david-buck/figma-local-bridge/figma-local-workflow)<a href="https://agentmods.dev/skills/david-buck/figma-local-bridge/figma-local-workflow"><img src="https://agentmods.dev/badge/skills/david-buck/figma-local-bridge/figma-local-workflow/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/david-buck/figma-local-bridge/figma-local-workflow"><img src="https://agentmods.dev/badge/skills/david-buck/figma-local-bridge/figma-local-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00124 | $0.03311 |
| Opus 5 | $0.00062 | $0.01656 |
| Sonnet 5 | $0.00025 | $0.00662 |
| Haiku 4.5 | $0.00012 | $0.00331 |
Grade A, and why
figma-local-workflow 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Local Figma workflow
Use an inspect-first sequence. Do not begin by querying arbitrary page nodes or editing the current selection.
Required sequence
- Call
figma_bridge_status. Continue only when exactly one plugin is connected, and use its reported page name to confirm the expected Figma context. - Call
figma_get_user_preferencesbefore choosing components, styles, tokens, typography, layout conventions, or copy patterns. Treat only returned confirmed preferences as durable user guidance. - When review feedback is relevant, call
figma_comment_status, thenfigma_list_commentsbefore editing. Comment access is optional; if it is unavailable, report the missing REST setup without blocking unrelated canvas work. - Call
figma_list_design_system_assets, thenfigma_list_artboards. Discover verified component/style/token candidates and stable artboard IDs; never guess IDs or recreate an appropriate available component. If the relevant artboard is absent, callfigma_list_pages, navigate withfigma_navigate_to_page, then repeat discovery. - Identify the relevant artboard or page pair:
- Call
figma_read_frame_contentwithdetail: summaryfor one artboard. - Call
figma_read_spread_contentwithdetail: summaryfor a spread, passingnodeIdsin the order returned byfigma_list_artboards. - Request
detail: fullonly when hierarchy or hidden variants are needed.
- Call
- For routine copy-only work, use the structured read and
figma_audit_text_overflow; do not export or screenshot by default. Export or screenshot only when layout, imagery, geometry or uncertain wrapping needs visual judgement. - Analyse copy and layout before proposing or making changes. Call
figma_audit_text_overflowwhen text fit, truncation, clipping, or typography may matter. - Only then edit identified nodes. Prefer the narrowest appropriate mutation tool and preserve unrelated content.
- Verify after editing:
- Re-read affected frame or spread content.
- Re-run the overflow audit when text or dimensions changed.
- Capture a screenshot only for uncertain wraps, adjacency or visual hierarchy; export a PNG only for a full-page/layout review, imagery or retained comparison.
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.
- 5d ago Changed · +12 lines d9eda8a93798
- 9d ago First seen · 122 lines · 124 tokens per session scan A ebff7966ed7c
figma-local-workflow is a skill published in the GitHub repository david-buck/figma-local-bridge (1 stars, last pushed 2d ago), licensed MIT. It adds 124 tokens to every session and 3,311 once invoked, about $0.0006 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.
Other skills, from other repositories
create-anatomy
Generate a visual anatomy annotation in Figma showing numbered markers on a component instance with an attribute table. Use when the user mentions "anatomy", "anatomy annotation", "component anatomy", "create anatomy", or wants to annotate a component's structural elements.
figma-codegen
Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…
create-component-md
Generate a canonical JSON contract and a self-contained implementation Markdown specification for a Figma component covering API, structure, color, and screen-reader behavior. Reads a base.json produced by the uSpec Extract plugin, runs four read-only interpretation skills in parallel, reconciles their outputs, and…
create-voice
Generate screen reader accessibility specifications for VoiceOver (iOS), TalkBack (Android), and ARIA (Web). Use when the user mentions "voice", "voiceover", "screen reader", "accessibility spec", "talkback", "aria", or wants to create accessibility documentation for a UI component.
create-color
Generate color annotation specifications mapping UI elements to design tokens. Use when the user mentions "color", "color annotation", "color spec", "tokens", "design tokens", or wants to document which color tokens a component uses.
extract-api
Interpret a component's API (properties, sub-components, configuration examples) from the base.json produced by the uSpec Extract Figma plugin, and write the normalized JSON to disk. Read-only interpretation — no Figma calls except an optional tiny delta script. Use as a sub-skill of create-component-md.