fmcp-ds-audit-orchestrator

fmcp-ds-audit-orchestrator is a skill for Claude Code from atezer/FMCP. It costs 94 tokens per session (2,753 once invoked), scanned A, original, MIT.

A read-only coordinator for checking Figma screens in five areas: design-system use, accessibility, differences between design and code, visual quality, and change impact.

In plain words
What is it for?
Use it to audit a Figma screen, receive findings and suggested fixes, or produce a structured report for people and automated checks.
Why use it?
It routes each request to the relevant check and produces evidence-based findings while keeping fixes separate from the audit.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; 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 audit a Figma screen, receive findings and suggested fixes, or produce a structured report for people and automated checks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-ds-audit-orchestrator/github.svg)](https://agentmods.dev/skills/atezer/fmcp/fmcp-ds-audit-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/atezer/fmcp/fmcp-ds-audit-orchestrator"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-ds-audit-orchestrator/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.

agentmods 80×15 button for fmcp-ds-audit-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/atezer/fmcp/fmcp-ds-audit-orchestrator"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/fmcp-ds-audit-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,753 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.00094 $0.02753
Opus 5 $0.00047 $0.01376
Sonnet 5 $0.00019 $0.00551
Haiku 4.5 $0.00009 $0.00275

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

Security

Grade A, and why

fmcp-ds-audit-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 10d 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-ds-audit-orchestrator/SKILL.md · 206 lines

How it starts

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

FMCP DS Audit 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 — belirsizse Read fmcp-intent-router
  3. Cheap-Firstdepth=1, verbosity="summary"; SEVERE bulgu varsa ilgili alt ağaca drill-down
  4. Cache-First.claude/audits/<YYYY-MM-DD>-<nodeId>.md 24h freshness; 30 günden eski dosyaları temizle
  5. User Onay — hiçbir fix uygulanmaz, sadece önerilir (read-only discipline)
  6. Self-Audit — her SEVERE kategori için ≥1 somut nodeId raporda olmalı
  7. Skill Evolution — iki aşamalı onay, DRAFT banner
  8. Türkçe raporlama — metrik bloğu sonunda; CI için JSON mode destekli

Skill Registry (Ref Only — Read() sadece karar anında)

Skill Dosya yolu Trigger Common case lazım mı?
audit-figma-design-system skills/audit-figma-design-system/SKILL.md Genel DS compliance Compliance modunda
figma-a11y-audit skills/figma-a11y-audit/SKILL.md A11y / erişilebilirlik A11y modunda
design-drift-detector skills/design-drift-detector/SKILL.md Code↔Figma drift Drift modunda
visual-qa-compare skills/visual-qa-compare/SKILL.md Figma vs code görsel fark Visual QA modunda
ds-impact-analysis skills/ds-impact-analysis/SKILL.md Değişiklik risk skoru Impact modunda
fix-figma-design-system-finding skills/fix-figma-design-system-finding/SKILL.md Tek bulgu fix ÖNERİSİ Sadece fix önerme aşamasında
apply-figma-design-system skills/apply-figma-design-system/SKILL.md Tüm ekran hizalama ÖNERİSİ Sadece toplu fix önerme

Audit Type Routing

Kullanıcı ifadesi Mod Read skill
"DS uyumu", "compliance", "denetle", "token bağlı mı" compliance audit-figma-design-system
"erişilebilirlik", "a11y", "kontrast", "WCAG", "screen reader" a11y figma-a11y-audit
"kod ile tutarsızlık", "drift", "değer kaymış" drift design-drift-detector
"code vs figma", "görsel fark", "pixel diff" visual_qa visual-qa-compare
"bu değişiklik neyi etkiler", "riskli mi", "impact" impact ds-impact-analysis
Net değil / çoklu istek auto AskUserQuestion ile sor (veya düz metin soru)

Read the full file on GitHub · 206 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. 10d ago First seen · 206 lines · 0 tokens per session scan A d9d47f214f3d

Subscribe to this mod's changes

fmcp-ds-audit-orchestrator is a skill published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 2,753 once invoked, about $0.0005 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

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

schema-validator

Validate token files against DTCG 2025.10, Style Dictionary, or custom schemas. Trigger when someone says: validate token JSON, check my token files for errors, schema validation for tokens, are my token files valid, DTCG compliance check, validate token format, or anything about checking whether token files are…

murphytrueman/design-system-ops · 76 tokens

design-fidelity-verify

Prove a running app matches its design spec by measuring rendered values, not eyeballing a screenshot. Use when the user says "verify the design", "is this pixel-perfect", "check against Figma", "does the app match the design", or "design QA this screen". Runs a bounded vision+numeric loop over web or mobile…

jeltehomminga/figma-design-skills · 99 tokens

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

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