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 commands/atezer/fmcp/ds-addgit 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.00000 | $0.02499 |
| Opus 5 | $0.00000 | $0.01249 |
| Sonnet 5 | $0.00000 | $0.00500 |
| Haiku 4.5 | $0.00000 | $0.00250 |
Grade A, and why
ds-add 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 — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design System Ekle (Akıllı Tespit)
Kullanıcı bir Figma linki ile yeni tasarım sistemi eklemek istediğinde bu komutu kullan. Bu komut yeni ekleme ve güncelleme arasındaki farkı otomatik tespit eder.
Argüman
$ARGUMENTS
Argüman olabilir:
- Tek Figma linki
- Birden fazla Figma linki (boşlukla ayrılmış)
- Boş (kullanıcıdan iste)
Adım 1: Argüman Kontrolü
$ARGUMENTSboşsa → kullanıcıya şöyle de: "Hangi Figma linkini eklemek istersin? Lütfen yapıştır."- Link(ler) varsa → regex ile file key(ler)'i çıkar:
figma\.com/design/([a-zA-Z0-9]+) - Geçersiz link varsa → "Bu Figma linki gibi durmuyor. Format: https://figma.com/design/..."
Adım 2: Her File Key İçin Figma Analizi
Her file key için paralel çağrı yap:
-
mcp__figma-mcp-bridge__figma_list_connected_files→ bağlı mı kontrol et- Bağlı DEĞİLSE → DUR ve kullanıcıya talimat:
❌ Bu Figma dosyası plugin'e bağlı değil. Lütfen: 1. Figma'da dosyayı aç 2. F-MCP Bridge plugin'i çalıştır (Plugins → F-MCP ATezer Bridge) 3. Sonra tekrar dene
- Bağlı DEĞİLSE → DUR ve kullanıcıya talimat:
-
mcp__figma-mcp-bridge__figma_get_file_data(verbosity: "summary") → dosya adını al -
mcp__figma-mcp-bridge__figma_get_variables(verbosity: "summary") → token sayısı -
mcp__figma-mcp-bridge__figma_get_styles(verbosity: "summary") → stil sayısı -
mcp__figma-mcp-bridge__figma_search_components(query: "", currentPageOnly: false, limit: 500) → bileşen sayısı
Hata yönetimi: Her çağrı için try-catch. Başarısız olanı "0" say ama diğerlerine devam.
Adım 3: Mevcut Kütüphane Tespiti
.claude/design-systems/ altındaki tüm _meta.md dosyalarını oku ve bu yeni file key(ler) ile karşılaştır.
Kontrol 1: File Key Eşleşmesi (Kesin)
Bu file key zaten bir kütüphanede kayıtlı mı?
Varsa:
📋 Bu Figma dosyası zaten "<library-name>" kütüphanesinde kayıtlı.
Son güncelleme: <tarih>
Güncellemek ister misin? (evet / iptal)
- evet →
/ds-sync <library-name>mantığı uygulanır, DUR. - iptal → İşlem sonlandırılır.
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 · 258 lines · 0 tokens per session scan A 8e5a1c411cdb
ds-add is a command published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,499 tokens. 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 commands, from other repositories
full-diagnostic
Comprehensive design system health sweep.
describe-component
Generate an AI-optimised component description.
drift-check
Detect where teams are diverging from the system.
governance-review
Quarterly governance review package.
system-health
Score your design system's overall health.
token-audit
Audit your design token architecture.