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/add-librarygit 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.01389 |
| Opus 5 | $0.00000 | $0.00694 |
| Sonnet 5 | $0.00000 | $0.00278 |
| Haiku 4.5 | $0.00000 | $0.00139 |
Grade A, and why
add-library 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 — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tasarım Sistemi Kütüphanesi Ekle
Kullanıcı "kütüphane ekle", "library ekle", "tasarım sistemi ekle", "design system ekle" dediğinde bu komutu uygula.
Akış
Adım 1 — Bilgi topla
Kullanıcıdan şu bilgileri iste. Eksik olan her şeyi sor, tahmin etme:
Zorunlu:
- Kütüphane adı — Kısa isim (örn: Ana-DS, Primer, Carbon)
- Ana Figma dosyası URL'si — Bileşenler + variables + styles içeren dosya. En az 1 tane olmalı.
İsteğe bağlı (varsa sor):
- Mobil dosyası URL'si — Mobil platforma özel bileşenler varsa
- İkon dosyası URL'si — Ayrı bir ikon kütüphanesi varsa
- Asset dosyası URL'si — Logo, illüstrasyon gibi varlıklar varsa
- Diğer dosyalar — Başka Figma dosyası varsa (tema, dokümantasyon, vb.)
Her dosya için kullanıcıya sor: "Bu dosyada ne var? Kısa açıklama verin."
Adım 2 — Figma dosyalarını tara
Her dosya için sırayla:
figma_get_status()— Plugin bağlı mı kontrol et. Bağlı değilse kullanıcıdan Figma'da plugini açmasını iste.figma_get_design_system_summary(fileKey)— Component set/component sayıları, variable collection adlarıfigma_get_variables(fileKey, verbosity: "inventory")— Variable grupları (inventory büyükse Python ile parse et, sadece grup adı + sayı çıkar)figma_get_styles(fileKey, verbosity: "summary")— Paint, text, effect style listesifigma_search_components(fileKey, currentPageOnly: false, limit: 200)— Tüm bileşen adları ve key'lerifigma_get_file_data(fileKey, depth: 1, verbosity: "summary")— Sayfa yapısı- Font ailesi çıkarma (ZORUNLU): Ana/WEB dosyasındaki text style'lardan font ailesini belirle.
figma_get_stylessonucundaki text style ID'lerinden birini seç,figma_executeile font bilgisini oku:
Sonucu kütüphane dosyasının "Genel Bilgi" bölümüneconst style = await figma.getStyleByIdAsync("TEXT_STYLE_ID"); const font = style.fontName; // { family: "...", style: "..." } return { fontFamily: font.family, fontStyle: font.style };Font Ailesiolarak yaz. Bu bilgi tüm skill'ler tarafından font seçiminde kullanı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 · 123 lines · 0 tokens per session scan A f235c28067e8
add-library 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 1,389 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
design-voice-ui
Design a voice interface — wake word flows, confirmation patterns, error recovery, screen companion layout (if hybrid), audio feedback guidelines.
full-diagnostic
Comprehensive design system health sweep.
describe-component
Generate an AI-optimised component description.
docs-coverage
Audit whether your documentation surface keeps pace with your components.
governance-review
Quarterly governance review package.
release-check
Pre-release validation pipeline for a component.