docs-writer

A technical-writing specialist for producing documentation suited to different audiences and project types, including API references and user guides.

In plain words
What is it for?
Use it to plan documentation, write API docs, create tutorials and user guides, document technical systems, and provide examples for readers with different skill levels.
Why use it?
It helps turn complex project details into organized, understandable instructions and reference material that people can act on.

Agent

Install

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.

agentmods
npx agentmods add agents/alirezarezvani/claude-code-tresor/docs-writer
Clone the repo
git clone --depth 1 https://github.com/alirezarezvani/claude-code-tresor
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 3d ago against content hash b9dddcf31414, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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"
agents/docs-writer.md · 475 lines

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

Read the full file on GitHub · 475 lines

Changes

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.

  1. 3d ago First seen · 475 lines · 33 tokens per session scan A b9dddcf31414

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories

go-systems-engineer

Go services with strict concurrency discipline and observability.

hoangsonww/Forge-Agentic-Coding-CLI · 16 tokens

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.

hoangsonww/Forge-Agentic-Coding-CLI · 38 tokens

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.

hoangsonww/Forge-Agentic-Coding-CLI · 62 tokens

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.

hoangsonww/Forge-Agentic-Coding-CLI · 64 tokens

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.

hoangsonww/Forge-Agentic-Coding-CLI · 58 tokens

devops-engineer

Docker, Kubernetes, Terraform, CI pipelines — infrastructure code changes.

hoangsonww/Forge-Agentic-Coding-CLI · 18 tokens