fmcp-intent-router

fmcp-intent-router is a skill for Claude Code from atezer/FMCP. It costs 153 tokens per session (9,974 once invoked), scanned A, original, MIT.

An entry-point workflow for Figma requests that determines what the user wants and gathers missing information before work begins. It can route the request to screen creation, library building, auditing, or another Figma task.

In plain words
What is it for?
Use it at the beginning of any Figma-related request to clarify the goal, collect required inputs, summarize the proposed work, and obtain approval before changes are made.
Why use it?
It avoids starting the wrong Figma operation or making assumptions about missing details such as the device, design system, reference, or screen content.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

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

Good fit Use it at the beginning of any Figma-related request to clarify the goal, collect required inputs, summarize the proposed work, and obtain approval before changes are made.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atezer/fmcp/fmcp-intent-router
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-intent-router
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-intent-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-intent-router.svg)](https://agentmods.dev/skills/atezer/fmcp/fmcp-intent-router)
Your own site
<a href="https://agentmods.dev/skills/atezer/fmcp/fmcp-intent-router"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-intent-router.svg" alt="Measured on agentmods" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,974 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.00153 $0.09974
Opus 5 $0.00077 $0.04987
Sonnet 5 $0.00031 $0.01995
Haiku 4.5 $0.00015 $0.00997

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

Security

Grade A, and why

fmcp-intent-router 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-intent-router/SKILL.md · 723 lines

How it starts

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

F-MCP Intent Router — Universal Entry Gate

Neden Var?

F-MCP Bridge'in 20+ SKILL'i var. Her biri farklı bir iş yapar (ekran oluşturma, denetim, kütüphane inşası, vb.) ve her biri farklı input'lar ister. Claude kullanıcı "figma'da ekran yap" dediğinde:

  1. Hangi SKILL lazım? (generate-figma-screen mi generate-figma-library mi?)
  2. Hangi bilgiler eksik? (device? DS? benchmark? içerik bölümleri?)
  3. Kullanıcı ne onay verdi?

Bu SKILL bu üç soruyu upstream çözer. Claude intent'i netleştirmeden hiçbir figma_execute, figma_create_frame, figma_clone_screen_to_device çalıştırmaz. "Hızlı ve doğru" kuralı: yanlış varsayım yapmaktansa 1 soru sormak her zaman daha hızlıdır.

Protokol (9 Adım — v1.9.1+)

Kullanıcı F-MCP ile ilgili herhangi bir talep yaptığında Claude bu 9 adımı SIRAYLA uygular. Hiçbir adım atlanmaz.

🚨 Adım 0 — DS GATE + BLANK FILE CHECK (v1.9.7+ MUTLAK İLK KAPI)

Herhangi bir intent analysis veya figma_ tool çağrısından ÖNCE:*

  1. figma_get_status çağır — plugin bağlı mı, response'ta _bootstrap varsa direktifleri OKU (v1.9.7)

  2. .claude/design-systems/active-ds.md dosyasını oku

  3. Status: alanını kontrol et:

    • ✅ Aktif → DS net, Blank File Sub-Check'e geç (madde 5)
    • ❌ Henüz seçilmedi VEYA dosya yok → kullanıcıya DS sorusu sor (madde 4)
  4. DS Sorusu (klasik): "Aktif bir design system belirlenmemiş. Hangi DS ile ilerlemek istersiniz? (örn. Material / Apple HIG / Tailwind UI / kendi library'niz)"

  5. BLANK FILE SUB-CHECK (v1.9.7, ZORUNLU): figma_get_design_system_summary çağır.

    • components === 0 && componentSets === 0 && variableCollections.length === 0 ise BOŞ DOSYA tespit edildi.
    • _nextStep: "BLANK_FILE_DIALOG_REQUIRED" response'ta görünüyorsa, kullanıcıya 4 seçenek sun (AskUserQuestion tek call, 4 option):
      Q: "Bu dosyada henüz Design System yok. Nasıl ilerleyelim?"
      (a) Team library import — "Hangi library? Örn. Material 3, iOS HIG, Tailwind UI, veya kendi library'niz"
      (b) Mini DS kur otomatik — figma_create_mini_ds tool'u çağrılır (12 color + 8 sizing + 3 text style + Button/Input/Card)
      (c) Referans DS kopyala — "Material 3 template / iOS HIG template"
      (d) DS'siz ilerle — linter tolerant mode, hardcoded değerler kabul (explicit acceptance)
      
    • Seçim yapılmadan figma_execute createFrame YASAK. Claude ham createFrame denerse plugin _DESIGN_SYSTEM_VIOLATIONS_BLOCKING flag'i döndürür, retry zorunlu olur.
    • Kullanıcı "(b)" derse Claude figma_create_mini_ds({ primaryColor, fontFamily, name }) tek tool çağrısı yapar, sonra ekran üretimine geçer.
    • Kullanıcı "(a)" derse Claude figma_get_library_variables(libraryName) ile listeleme yapar, seçenek sunar.

Read the full file on GitHub · 723 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 · 723 lines · 153 tokens per session scan A cc75c502593c

Subscribe to this mod's changes

fmcp-intent-router is a skill published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It adds 153 tokens to every session and 9,974 once invoked, about $0.0008 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

system-pitch

Write a design system investment pitch with a business case and ROI framing. Trigger when someone says: pitch the design system, make the case for the system, sell this to leadership, justify the investment, business case for design systems, why should we invest in a design system, or anything about building an…

murphytrueman/design-system-ops · 72 tokens

ai-component-description

Generate AI-optimised text descriptions for components, formatted for Figma's MCP server and LLM consumption. This produces prose descriptions in a six-section format (purpose, props, anti-patterns, composition, accessibility, examples), NOT JSON schemas or structured data files. Trigger when someone says: write…

murphytrueman/design-system-ops · 132 tokens

stakeholder-brief

Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…

murphytrueman/design-system-ops · 73 tokens

token-audit

Audit a design system's token definitions for naming violations, missing semantic tiers, and structural debt. This audits how tokens are defined and organised, NOT how they are consumed in code. Trigger when someone says: audit my tokens, token naming review, are my tokens consistent, token health check, review my…

murphytrueman/design-system-ops · 93 tokens

accessibility-per-component

Run an accessibility audit on a specific design system component. Trigger when someone says: accessibility check, a11y audit, WCAG compliance, is this accessible, check accessibility, does this meet WCAG, screen reader support, keyboard navigation check, or anything about auditing the accessibility of a specific…

murphytrueman/design-system-ops · 65 tokens

context-engine-builder

Generate a context engine — seven structured blueprint files (UX, UI, content, accessibility, ethical, technical, business intelligence) that encode everything an AI agent needs to work with a design system. This produces YAML infrastructure in .ai/context-engine/, NOT a health score or quality assessment. Trigger…

murphytrueman/design-system-ops · 135 tokens