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/irahardianto/rugged-gemini/technical-writergit clone --depth 1 https://github.com/irahardianto/rugged-geminiWrote 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/rugged-gemini/technical-writer)<a href="https://agentmods.dev/agents/irahardianto/rugged-gemini/technical-writer"><img src="https://agentmods.dev/badge/agents/irahardianto/rugged-gemini/technical-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.00039 | $0.00713 |
| Opus 5 | $0.00019 | $0.00357 |
| Sonnet 5 | $0.00008 | $0.00143 |
| Haiku 4.5 | $0.00004 | $0.00071 |
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 6d 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.
This is a copy
100% identical to technical-writer — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 63 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 .gemini/skills/ as needed: research-methodology, sequential-thinking,
api-documentation
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.
- 6d ago First seen · 63 lines · 39 tokens per session scan A 7388b83e68cc
technical-writer is an agent published in the GitHub repository irahardianto/rugged-gemini (5 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 713 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to technical-writer, differing in 5 lines, and is treated as a copy.
Other agents, from other repositories
quarto-critic
Adversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.
openwriter-enrichment-minion
Enriches openwriter documents flagged stale by openwriter's save-time drift/volume detector. Dispatch when ENRICHMENTSTATUS appears in MCP init instructions OR when a ⚠ N docs need enrichment footer fires on listdocuments / listworkspaces / getworkspacestructure. Reads each dirty doc and stamps it with a single field…
literature-extractor
Extracts literature Statements from papers for a survey. Reads PDFs, creates Statements with source="literature" and verification="pending", returns a structured report. Never registers theme tags, never creates Warrants or Claims.
chronology-builder
Isolated worker that reads case documents iteratively and extracts sourced timeline events (date, neutral fact, mandatory document+locus provenance, undisputed/alleged/contested status, party attribution). Deduplicates and cross-references across documents and languages. Emits events.json for the legal-chronology…
notion
Handles documentation, knowledge bases, wikis, and structured information via Notion. Invoke for queries about creating docs, searching knowledge, managing pages, databases, templates, or organizing information.
section_enhancer_real
You receive a section with messy blocks. Your job: USE ALL OUR EXISTING TOOLS to clean it up.