fmcp-token-sync-orchestrator

fmcp-token-sync-orchestrator is a skill for Claude Code from atezer/FMCP. It costs 79 tokens per session (2,352 once invoked), scanned A, original, MIT.

A workflow for synchronizing Figma design tokens with code files such as CSS, Tailwind, Swift, or Compose. Design tokens are shared values for things like colors, fonts, spacing, and corner shapes.

In plain words
What is it for?
Use it to compare and update design values between Figma and code across different platforms. It can also help map code components to their Figma counterparts when that work is needed.
Why use it?
It shows the differences before changing files and requires approval before writing, helping prevent accidental or unexplained updates. It also reports how many hardcoded values remain afterward.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the figma-mcp-bridge plugin — 28 skills, 11 commands, 3 agents, 1 MCP server shipped together

Good fit Use it to compare and update design values between Figma and code across different platforms. It can also help map code components to their Figma counterparts when that work is needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atezer/fmcp/fmcp-token-sync-orchestrator
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 atezer/FMCP --skill fmcp-token-sync-orchestrator
Clone the repo
git clone --depth 1 https://github.com/atezer/FMCP

Made for: Claude Code.

Or install figma-mcp-bridge, the plugin that ships this one along with the rest of its 28 skills, 11 commands, 3 agents, 1 MCP server.

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 fmcp-token-sync-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-token-sync-orchestrator.svg)](https://agentmods.dev/skills/atezer/fmcp/fmcp-token-sync-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/atezer/fmcp/fmcp-token-sync-orchestrator"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-token-sync-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,352 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.00079 $0.02352
Opus 5 $0.00039 $0.01176
Sonnet 5 $0.00016 $0.00470
Haiku 4.5 $0.00008 $0.00235

Measured 8d ago against content hash 859dd8272201, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

fmcp-token-sync-orchestrator 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 8d 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.

skills/fmcp-token-sync-orchestrator/SKILL.md · 199 lines

How it starts

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

FMCP Token Sync Orchestrator

Essentials (Üst Bölüm — %80 Case İçin Yeterli)

Ortak Protokol (Condensed — full: agents/_orchestrator-protocol.md)

  1. Skill Registry açık — tahmin yasak
  2. Intent Routing — platform belirsiz → kullanıcıya sor (AskUserQuestion / düz metin)
  3. Cheap-Firstfigma_get_variables(verbosity="summary") yeterli, full sadece eksik binding keşfinde
  4. Cache-First — tokens için cache yok (hızlı değişir), opsiyonel .claude/token-sync-log.md
  5. User Onaydiff preview olmadan WRITE YOK (mutlak kural)
  6. Self-Audit — write sonrası binding coverage raporu (hardcoded kalan node sayısı)
  7. Skill Evolution — yeni platform için iki aşamalı onay
  8. Türkçe rapor — metrik bloğu sonunda

Skill Registry (Ref Only)

Skill Dosya yolu Trigger Common case lazım mı?
design-token-pipeline skills/design-token-pipeline/SKILL.md Token export/import HER ZAMAN (ana motor)
code-design-mapper skills/code-design-mapper/SKILL.md Component ↔ Figma mapping Sadece component mapping istenirse
design-system-rules skills/design-system-rules/SKILL.md Platform-specific rule generation Sadece rule generation istenirse

Platform Routing

Sinyal Platform Standard hedef path
.css, :root, var(--...), tokens.css CSS src/styles/tokens.css
tailwind.config.*, theme.extend Tailwind tailwind.config.jstheme.extend
.swift, UIKit, SwiftUI, Color(...) Swift Sources/DesignTokens/Tokens.swift
.kt, Compose, @Composable, MaterialTheme Compose app/src/main/java/.../DesignTokens.kt
.scss, $token-... Sass src/styles/_tokens.scss
Hiçbiri net değil AskUserQuestion (4 platform seçeneği)

Diff Preview Before Write (Zorunlu Akış)

  1. Dry-run: Read("skills/design-token-pipeline/SKILL.md") + workflow'u çalıştır ama dosyaya yazma → çıktıyı buffer'a al
  2. Mevcut dosya varsa: mevcut içerikle yeni içerik arası unified diff üret
  3. Diff'i sohbete yaz:
    --- current tokens.css
    +++ new tokens.css
    @@ -12,3 +12,5 @@
       --color-primary: #0066cc;
    -  --color-secondary: #666;
    +  --color-secondary: #4a4a4a;
    +  --color-success: #10b981;
    
  4. Onay al: AskUserQuestion / düz metin: "Bu değişiklikleri uygulayayım mı? (Evet / Hayır / Sadece bazıları)"
  5. Onay sonrası Write veya Edit ile dosyaya yaz
  6. Mevcut dosya yoksa: sadece yeni içeriği göster, onay al, sonra Write

Read the full file on GitHub · 199 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. 8d ago First seen · 199 lines · 0 tokens per session scan A 859dd8272201

Subscribe to this mod's changes

fmcp-token-sync-orchestrator is a skill published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 2,352 once invoked, about $0.0004 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 skills, from other repositories

design-to-code-check

Check alignment between a specific design specification and its code implementation — a focused, single-component or single-screen comparison. Trigger when someone says: does this match the design, check implementation, design code alignment, what's different between the design and the build, spec check…

murphytrueman/design-system-ops · 95 tokens

design-engineering

Premium design engineering skill for agentic workflows — produces high-end, distinctive UI designs using DESIGN.md as the portable contract across Pencil MCP (in-IDE canvas), Figma MCP (team handoff + design tokens), and Google Stitch (vibe exploration + AI generation). Enforces anti-generic principles, WCAG 2.2 AA…

broomva/skills · 231 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

refero-design

Primary/default skill for UI design, product design, web design, landing pages, dashboards, product screens, redesigns, visual polish, frontend/CSS styling, design systems, components, responsive design, typography, color, spacing, motion, icons, accessibility, copywriting, conversion, and anti-AI-slop work. Use this…

referodesign/refero_skill · 191 tokens

figma-design-handoff

Figma-to-code design handoff patterns including Figma Variables to design tokens pipeline, component spec extraction, Dev Mode inspection, Auto Layout to CSS Flexbox/Grid mapping, and visual regression with Applitools. Use when converting Figma designs to code, documenting component specs, setting up design-dev…

yonatangross/orchestkit · 76 tokens

s2-docs

Look up Spectrum 2 (S2) component documentation, design guidelines, and usage patterns when building with React Spectrum or Spectrum Web Components. Use when the user mentions Spectrum, S2, React Spectrum, RSP, Spectrum Web Components, or SWC, or names a Spectrum component (Button, Picker, ComboBox, TextField…

adobe/spectrum-design-data · 91 tokens