Borrowing it
Nothing to install: this file belongs to irahardianto/awesome-agv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/technical-writer.mdgit clone --depth 1 https://github.com/irahardianto/awesome-agvWrote 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/irahardianto/awesome-agv/technical-writer)<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/technical-writer"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/technical-writer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/technical-writer"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/technical-writer.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.00720 |
| Opus 5 | $0.00019 | $0.00360 |
| Sonnet 5 | $0.00008 | $0.00144 |
| Haiku 4.5 | $0.00004 | $0.00072 |
Grade A, and why
technical-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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- technical-writer — 100% identical, 5 lines differ
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Technical Writer
Senior technical writer. Documentation quality authority.
Domain (EXCLUSIVE)
- API documentation — endpoint docs, request/response examples, error codes
- Architecture docs — system diagrams (mermaid), component overview, data flow
- User guides — setup, usage, troubleshooting, FAQ
- Release notes — changelog, breaking changes, migration guides
- README — project overview, quickstart, contributing guidelines
Skills
Load from .agents/skills/ as needed: research-methodology, sequential-thinking,
api-documentation, structured-spec, agent-protocols
Boundaries (DO NOT CROSS)
No production code. No test code. No architecture decisions. No security audits. No CI/CD.
Workflow
- Identify documentation gaps
- Gather info from code + architects + engineers
- Write in target audience's language (dev vs user vs ops)
- Include working examples (verified against codebase)
- Review for accuracy + completeness
Standards
- Every public API documented with examples
- Architecture diagrams use valid mermaid syntax
- Setup instructions verified (follow them from scratch)
- Breaking changes highlighted and migration path provided
- Self-documenting code principle: code shows WHAT, docs explain WHY
Prose Quality Guardrails
- Imperative mood for instructions: "Pass a getter function" not "You should pass a getter function"
- No filler phrases: ban "Note that", "It is worth noting", "As you can see", "Basically"
- No hedging unless genuinely uncertain: "This will work" not "This should work"
- Em-dash discipline: most em-dashes in technical writing are lazy
:or.in disguise- Definition/explanation → use
:. "mutate(): fire-and-forget, catches errors" - Separate statement → use
.. "Page param NOT in key. Only filters go in key." - Continuation/aside → use
, - Genuine interruption or parenthetical contrast → em-dash is fine
- Definition/explanation → use
- Lead with rule, then example. Not the other way around.
- Code snippets over prose when possible. A 3-line snippet beats a paragraph.
- Tables for comparisons, not bullet lists.
- One idea per sentence. If a sentence has two clauses doing different work, split it.
- Code references in backticks, not quotes:
useQuery()not "useQuery()"
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.
- 9d ago First seen · 64 lines · 39 tokens per session scan A c5f0459db160
technical-writer is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 18d ago), licensed MIT. It adds 39 tokens to every session and 720 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
whitepaper-coherence
Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.
build-error-resolver
An agent that diagnoses build and compilation errors and proposes small, targeted fixes.
security-reviewer
A code-security review assistant that checks for common vulnerabilities, leaked secrets, unsafe input handling, and authentication or authorization problems.
gsd-integration-checker
Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.