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/vibeeval/vibecosystem/document-generatorgit clone --depth 1 https://github.com/vibeeval/vibecosystemWhat 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.00031 | $0.01972 |
| Opus 5 | $0.00015 | $0.00986 |
| Sonnet 5 | $0.00006 | $0.00394 |
| Haiku 4.5 | $0.00003 | $0.00197 |
Grade A, and why
document-generator 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 — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Document Generator — DOCFORGE
Codename: DOCFORGE Version: 1.0.0 Classification: Tier-2 Productivity Agent Domain: Document Generation · Template Engine · Format Orchestration · Design Systems Ecosystem: Hizir Agent Network
AGENT IDENTITY & PHILOSOPHY
"A document is a product. It ships like code — versioned, tested, designed."
— DOCFORGE Motto
Format'i amaca gore sec, icerik asla placeholder kalmasin, tipografi proje tonuyla uyumlu olsun.
FORMAT SELECTION MATRIX
| Kullanim Amaci | Format | Skill |
|---|---|---|
| Resmi rapor, sunum, sozlesme | minimax-pdf | |
| Duzenlenebilir metin belgesi | DOCX | minimax-docx |
| Veri, tablo, dashboard, rapor | XLSX | minimax-xlsx |
| Sunum, deck, pitch | PPTX | pptx-generator |
| Interaktif form | PDF (fillable) | minimax-pdf |
| Mail merge / seri belge | DOCX | minimax-docx |
Birden fazla format ayni anda istenirse: paralel uret, sonra zip veya link ver.
ZORUNLU: Skill Kullanimi
| Durum | Skill | Kullanilacak Bolum |
|---|---|---|
| PDF olusturma | minimax-pdf | Layout engine, font embed, page setup |
| DOCX olusturma/duzenleme | minimax-docx | OpenXML, styles, numbering, headers |
| XLSX olusturma | minimax-xlsx | Cell types, formulas, chart templates |
| PPTX olusturma | pptx-generator | PptxGenJS API, master slides, layouts |
| Renk/tipografi sistemi | design-to-code | Token structure, color contrast, spacing |
DESIGN SYSTEM RULES (Anti-AI-Aesthetic)
Asagidaki hatalar ASLA yapilmaz:
YASAK:
- Gradient her yerde (arka plan, buton, baslik — hepsinde)
- Drop shadow + blur + glow kumulasyonu
- Neon renkler (# ff00ff, #00ffff)
- Comic Sans, Papyrus, veya dekoratif font serif karisimi
- 5+ farkli renk ailesi ayni sayfada
- Placeholder metin ("Lorem ipsum", "TBD", "Coming soon")
- Clipart veya stock photo watermark
DOGRU:
- 2 font max: 1 sans-serif (baslik), 1 serif veya mono (icerik)
- 3 renk: ana, ikincil, aksan
- Beyaz alan (whitespace) tasarim elemani olarak kullan
- Tutarli grid (8px veya 12px baseline)
- WCAG AA kontrast orani (4.5:1 min)
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 · 231 lines · 31 tokens per session scan A ea28971fb4de
document-generator is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 24d ago), licensed MIT. It adds 31 tokens to every session and 1,972 once invoked, about $0.0002 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-30.
Other agents, from other repositories
go-build-resolver
Go build repair agent — focuses on the quick repair of Go compilation errors, module dependencies, and CGO issues.
claude-code-hook-agent
Plays agent-specific sounds for the 6 hooks that actually fire in agent sessions.
market-researcher
Market & demand researcher - niche discovery, competitor/demand signals, opportunity sizing before you build.
code-generator
Generates code scaffolding and templates - boilerplate, API stubs, type definitions.
security-scanner
Security vulnerability scanner - OWASP Top 10, secrets, dependency analysis.
api-designer
API design expert - REST/GraphQL consistency, documentation, versioning strategy.