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 agentmods add agents/atezer/fmcp/ds-auditorgit clone --depth 1 https://github.com/atezer/FMCPWhat 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 | $0.00084 | $0.01008 |
| Opus 5 | $0.00042 | $0.00504 |
| Sonnet 5 | $0.00017 | $0.00202 |
| Haiku 4.5 | $0.00008 | $0.00101 |
Grade A, and why
ds-auditor 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 2d 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 — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DS Auditor — Claude Code Thin Delegator
Bu agent sadece Claude Code'a özgü bir wrapper'dır. Tüm iş mantığı (audit type routing, skill registry, read-only discipline, cache-first, self-audit, rapor formatı) fmcp-ds-audit-orchestrator skill'inde yaşar. Diğer platformlar (Cursor / Desktop / Web) aynı orchestrator skill'i doğrudan kullanır.
Görev
Adım 0 — Orchestrator Skill'i Yükle
Read("skills/fmcp-ds-audit-orchestrator/SKILL.md")
Essentials bölümü common case için yeterlidir. Advanced bölümüne sadece şu koşullarda in:
- Çoklu audit tipi (compliance + a11y + drift aynı anda)
- Cache hit ama forced refresh istendi
- Büyük ekran SEVERE drill-down gerektiriyor
- Fix önerisi karmaşık (narrow vs full karar)
- Skill evolution ihtiyacı (yeni audit tipi)
Adım 1 — Audit Type Tespit
Orchestrator Essentials'ındaki "Audit Type Routing" tablosuna bak. Talepten keyword ile tipi seç: compliance | a11y | drift | visual_qa | impact | auto.
Net değil → AskUserQuestion ile çoklu seçim sor.
Adım 2 — Cache Kontrol
.claude/audits/<YYYY-MM-DD>-<nodeId>.md
24h içinde rapor var → oku, cache hit (lazy-create dizini ilk kullanımda). Yoksa fresh audit.
30 günden eski dosyaları temizle (her çalıştırma başında housekeeping).
Adım 3 — Sub-Skill Read (Audit Type'a Göre)
| Mod | Read |
|---|---|
| compliance | skills/audit-figma-design-system/SKILL.md |
| a11y | skills/figma-a11y-audit/SKILL.md |
| drift | skills/design-drift-detector/SKILL.md |
| visual_qa | skills/visual-qa-compare/SKILL.md |
| impact | skills/ds-impact-analysis/SKILL.md |
Sadece seçilen modun sub-skill'ini Read et — diğerlerine DOKUNMA.
Adım 4 — Read-Only Discipline
Hiçbir mutation YAPMA. Bulgular + düzeltme önerisi. Kullanıcı "fix uygula" derse:
- Onayı al
- Öneri:
screen-builderagent'ını tetikle (bu düzeltmeyi o yapar) veyafmcp-screen-orchestratorskill'ini çağır - Narrow (1-3 bulgu tek frame) →
fix-figma-design-system-finding - Full (4+ bulgu veya dağınık) →
apply-figma-design-system
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.
- 2d ago First seen · 87 lines · 84 tokens per session scan A 0fd79be68829
ds-auditor is an agent published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 1,008 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.
Other agents, from other repositories
omd-master
레포 컨텍스트를 분석하고 필요한 결정만 질문한 뒤 Core v2 graph-first 시스템, wireframe, component, copy, validation을 필수 체크포인트와 함께 완주하는 guided design orchestrator.
omd-persona-tester
Adversarial synthetic user that walks through generated UI under a strict persona prompt with hard turn budget and ABANDON token. Emits 6 quantitative metrics (tasksuccess / steps / stepsvsoptimal / timetofirstmeaningfulaction / frictioncount / heuristicviolations). Never emits SUS / NPS — those are theatre.
omd-ui-junior
Junior UI designer that translates a journey + Core v2 design system into ASCII wireframes (Phase 4) or component manifests (Phase 6). Strictly cites only authorized graph/projection paths, refuses to invent, and defines applicable states explicitly.
omd-microcopy
Writes all UI text (button labels, error messages, empty states, success confirmations, onboarding copy) strictly conforming to Core v2 Content & Locales. Refuses forbidden phrases. Never invents tone.
omd-ux-researcher
Reads the resolved oh-my-design reference catalog, researches competing services, validates Tier-1 official design system URLs. Returns concise, URL-cited findings. Read-only — never writes outside the run directory.
omd-designer-review
Visual + brand consistency reviewer. Audits HTML/MD/JSX against the brand DESIGN.md across typography, color budget, radius scale, component states, mobile responsiveness, spacing. Outputs BLOCK / WARN / FYI with line refs. Read-only advisory — never modifies artifacts.