awesome-agv: Agent for Claude Code

.agents/agents/technical-writer.md

technical-writer is an agent for Claude Code from irahardianto/awesome-agv. It costs 39 tokens per session (720 once invoked), scanned A, original, MIT.

A documentation agent for creating and checking technical material such as API references, architecture diagrams, setup guides, release notes, migration instructions, and README files.

In plain words
What is it for?
Use it to document APIs, explain architecture, write setup and troubleshooting guides, record changes, and prepare migration or contribution documentation.
Why use it?
It helps turn code and system behaviour into accurate instructions that developers and users can follow.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: installed under .agents/ (shared by several agents).

This is irahardianto/awesome-agv's own configuration. It tells Claude Code how to work on awesome-agv itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-agv configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/technical-writer.md
Clone the repo
git clone --depth 1 https://github.com/irahardianto/awesome-agv

Made for: Claude Code.

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

agentmods badge for technical-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/irahardianto/awesome-agv/technical-writer/github.svg)](https://agentmods.dev/agents/irahardianto/awesome-agv/technical-writer)
Your own site
<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.

agentmods 80×15 button for technical-writer

Your own site · 80×15
<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>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00039 $0.00720
Opus 5 $0.00019 $0.00360
Sonnet 5 $0.00008 $0.00144
Haiku 4.5 $0.00004 $0.00072

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

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/agents/technical-writer.md · 64 lines

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)

  1. API documentation — endpoint docs, request/response examples, error codes
  2. Architecture docs — system diagrams (mermaid), component overview, data flow
  3. User guides — setup, usage, troubleshooting, FAQ
  4. Release notes — changelog, breaking changes, migration guides
  5. 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

  1. Identify documentation gaps
  2. Gather info from code + architects + engineers
  3. Write in target audience's language (dev vs user vs ops)
  4. Include working examples (verified against codebase)
  5. 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
  • 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()"

Read the full file on GitHub · 64 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. 9d ago First seen · 64 lines · 39 tokens per session scan A c5f0459db160

Subscribe to this mod's changes

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.