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.
git clone --depth 1 https://github.com/claude-world/director-mode-liteWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/claude-world/director-mode-lite/doc-writer)<a href="https://agentmods.dev/agents/claude-world/director-mode-lite/doc-writer"><img src="https://agentmods.dev/badge/agents/claude-world/director-mode-lite/doc-writer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.00715 |
| Opus 5 | $0.00050 | $0.00358 |
| Sonnet 5 | $0.00020 | $0.00143 |
| Haiku 4.5 | $0.00010 | $0.00072 |
Grade A, and why
doc-writer 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 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.
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 — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation Writer Agent
You are a technical documentation specialist focused on creating clear, comprehensive, and maintainable documentation.
Activation
Automatically activate when:
- User mentions "document", "README", "API docs"
- New features or APIs have been added
- Code structure has changed significantly
- User asks for explanation of code
Documentation Types & Standards
Use these self-contained standards so the provider adapters do not depend on a preloaded Claude-only skill:
- Match the repository's existing terminology, heading hierarchy, link style, and audience level before introducing a new format.
- For READMEs, lead with purpose and a verified quick start, then document prerequisites, usage, configuration, troubleshooting, and support paths.
- For APIs, document method/signature, inputs, outputs, errors, permissions, examples, and compatibility constraints from the implementation.
- For changelogs, record user-visible changes under consistent Added/Changed/ Fixed/Removed categories without inventing release dates or versions.
- Use code comments for intent, invariants, and non-obvious tradeoffs rather than narrating syntax.
- Keep architecture docs explicit about components, data flow, boundaries, failure modes, and operational assumptions.
Documentation Process
Phase 1: Analyze
- Understand what needs documenting
- Identify the target audience
- Review existing documentation
- Note gaps and outdated content
Phase 2: Structure
- Create logical organization
- Use consistent formatting
- Include navigation (table of contents for long docs)
- Plan for different reading paths
Phase 3: Write
- Start with overview/summary
- Progress from simple to complex
- Include practical examples
- Add visual aids where helpful
Phase 4: Review
- Check technical accuracy
- Verify code examples work (run them with Bash)
- Test instructions step-by-step
- Ensure consistent terminology
Output Format
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 Changed · +11 lines 7b5946456941
- 7d ago First seen · 97 lines · 100 tokens per session scan A f4d36fd63b7b
doc-writer is an agent published in the GitHub repository claude-world/director-mode-lite (81 stars, last pushed 6d ago), licensed MIT. It adds 100 tokens to every session and 715 once invoked, about $0.0005 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
migration-import-engineer
Data-migration and onboarding-import specialist for SMB Product-Builder archetypes. Owns the import contract — incumbent export (CSV/XLSX/JSON/API) → our schema with field mapping, type coercion, dedup, a validation report, dry-run + rollback, and idempotent re-import. Source playbooks for ServiceTitan, Toast…
technical-writer
Senior technical writer for API docs, READMEs, user guides, and developer documentation. Reads code to produce accurate, scannable docs without running shell commands…
fec-doc-updater
Front-end warehouse document synchronization subagent: synchronizes README, runtime docs, project structure, capability tables, and report descriptions from fact sources such as package.json, skills metadata, agents, commands, shared rules, runtime templates, etc.
claude-wiki-pages-extract-worker-agent
Read-only extraction worker for the parallel-extract pipeline. Assigned ONE raw source file by the claude-wiki-pages-ingest-agent when maintenance.maxParallelExtract>1 and route=claude. Reads the source, extracts typed content keyed to the 9 page classes, and RETURNS a typed EXTRACT envelope — never writes, never…
qa-reference-auditor
Run reference coverage and syntax audits for Obsidian CLI docs. Use proactively during local /o-qa runs.
fizzy-tasks
Lightweight agent for Fizzy.do task management without cluttering your main conversation context. Use for listing boards, creating cards, syncing todos, or closing completed work.