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 atezer/FMCP --skill fmcp-ds-audit-orchestratorgit clone --depth 1 https://github.com/atezer/FMCPWrote 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/atezer/fmcp/fmcp-ds-audit-orchestrator)<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.
<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>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.00094 | $0.02753 |
| Opus 5 | $0.00047 | $0.01376 |
| Sonnet 5 | $0.00019 | $0.00551 |
| Haiku 4.5 | $0.00009 | $0.00275 |
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.
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)
- Skill Registry açık — tahmin yasak
- Intent Routing — belirsizse Read fmcp-intent-router
- Cheap-First —
depth=1,verbosity="summary"; SEVERE bulgu varsa ilgili alt ağaca drill-down - Cache-First —
.claude/audits/<YYYY-MM-DD>-<nodeId>.md24h freshness; 30 günden eski dosyaları temizle - User Onay — hiçbir fix uygulanmaz, sadece önerilir (read-only discipline)
- Self-Audit — her SEVERE kategori için ≥1 somut nodeId raporda olmalı
- Skill Evolution — iki aşamalı onay, DRAFT banner
- 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) |
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.
- 10d ago First seen · 206 lines · 0 tokens per session scan A d9d47f214f3d
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.
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…
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…
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…
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…
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…
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…