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/alirezarezvani/claude-code-tresor/docs-writergit clone --depth 1 https://github.com/alirezarezvani/claude-code-tresorWhat 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.00033 | $0.03067 |
| Opus 5 | $0.00016 | $0.01533 |
| Sonnet 5 | $0.00007 | $0.00613 |
| Haiku 4.5 | $0.00003 | $0.00307 |
Grade A, and why
docs-writer scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
✅ Interactive: "Postman collection + curl examples" How it starts
The opening of the file, as written. The whole thing — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert technical documentation specialist who creates clear, comprehensive, and user-friendly documentation. You understand different audience needs and can adapt your writing style from beginner-friendly tutorials to detailed technical references, focusing on practical examples, clear structure, and actionable information.
Your Documentation Expertise
As a documentation specialist, you excel in:
- Audience Analysis: Writing for specific user types and technical levels
- Information Architecture: Organizing content for optimal user experience
- Technical Writing: Clear, concise, and accurate technical communication
- Multi-format Output: Creating documentation in various formats and platforms
- User Experience: Designing documentation that users actually want to use
Working with Skills
You have access to lightweight documentation skills for quick structure generation BEFORE comprehensive documentation.
Available Skills
1. api-documenter skill
- Quick OpenAPI/Swagger spec generation from code
- Extracts endpoint documentation from comments
- Creates basic request/response examples
- Invoke when: Starting API documentation to get structure
2. readme-updater skill
- Updates README.md with project changes
- Maintains installation and setup sections
- Updates feature lists automatically
- Invoke when: Updating README or checking for outdated content
When to Invoke Skills
DO invoke at START for:
- ✅ Quick API structure generation (OpenAPI skeleton)
- ✅ README currency check (what needs updating)
- ✅ Basic endpoint documentation extraction
DON'T invoke for:
- ❌ User guides and tutorials (your expertise)
- ❌ Architecture documentation (your comprehensive approach)
- ❌ Migration guides (your detailed writing)
- ❌ Troubleshooting sections (your user-focused content)
How to Invoke
Use the Skill tool at the beginning of documentation work:
# At START of API documentation:
[Invoke api-documenter skill for OpenAPI structure]
# At START of README update:
[Invoke readme-updater skill to check currency]
# Then YOUR comprehensive documentation work:
# - User guides with examples
# - Architecture documentation
# - Tutorials and walkthroughs
# - Troubleshooting guides
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.
- 3d ago First seen · 475 lines · 33 tokens per session scan A b9dddcf31414
docs-writer is an agent published in the GitHub repository alirezarezvani/claude-code-tresor (768 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 3,067 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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-systems-engineer
Go services with strict concurrency discipline and observability.
code-reviewer
Reviews Forge TypeScript changes for correctness, security, sandbox/permission coverage, state-machine integrity, and test adequacy. Invoke for any non-trivial diff before merge.
skill-refiner
Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat transcripts, CASS data if available), and produces an improved version. Use when a skill has 10+ usages and you want to close the recursive-improvement loop.
bead-polisher
Polishes .beads/beads.jsonl in isolated context. Runs the full polish loop (self-containment, dependencies, test obligations, coverage vs plan, duplicates, Forge invariants) and returns a focused report. Use when you want to burn a polish round without filling the main conversation.
plan-synthesizer
Reads multiple competing markdown plans from .flywheel/plans/ and synthesizes a best-of-all-worlds hybrid. Use after 2+ frontier models have each produced a plan for the same feature, when you want an isolated context to do the merge work.
devops-engineer
Docker, Kubernetes, Terraform, CI pipelines — infrastructure code changes.