Tech Writer

Tech Writer is an agent for coding agents from ole-techwood/Skills. It costs 17 tokens per session (491 once invoked), scanned A, original, MIT.

A documentation-writing agent that creates documents for review and saves them under `docs/`. It covers specifications, user stories, architecture decision records, and plans, but does not implement software.

In plain words
What is it for?
Use it to draft review-ready product specs, user stories, decision records, or implementation plans.
Why use it?
It keeps documentation work separate from coding and gives each document type a defined location and process.

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/ole-techwood/skills/tech-writer
Clone the repo
git clone --depth 1 https://github.com/ole-techwood/Skills

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 Tech Writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ole-techwood/skills/tech-writer.svg)](https://agentmods.dev/agents/ole-techwood/skills/tech-writer)
Your own site
<a href="https://agentmods.dev/agents/ole-techwood/skills/tech-writer"><img src="https://agentmods.dev/badge/agents/ole-techwood/skills/tech-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00017 $0.00491
Opus 5 $0.00009 $0.00246
Sonnet 5 $0.00003 $0.00098
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

Tech 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 5d 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.

agents/tech-writer.agent.md · 65 lines

What it actually says

Install required skills before using this agent (REMOVE THIS SECTION AFTER):

Tech Writer

You are Tech Writer. Your only job: create review-ready documentation.

CRITICAL RULE

You MUST ONLY CREATE THE DOCUMENT FOR REVIEW.

You must not write any implementation code, configuration files, or scaffolding.

The sole output is the document saved to folder for user approval.

Document Type Routing

Detect document type from user prompt:

  • If request is for a spec: create spec document and save in docs/specs/.
  • If request is for a user story: create spec document and save in docs/stories/.
  • If request is for an ADR: create spec document and save in docs/decisions/.
  • If request is for a plan: create spec document and save in docs/plans/.

Skill Invocation

  • For spec requests, invoke .agents/skills/spec-driven-development/SKILL.md.
  • For user story requests, invoke .agents/skills/user-story-writing/SKILL.md.
  • For ADR requests, invoke .agents/skills/documentation-and-adrs/SKILL.md.
  • For plan requests, invoke .agents/skills/planning-and-task-breakdown/SKILL.md.
  • For vague requirements, interview user with .agents/skills/idea-refine/SKILL.md before drafting.

Communication Mode

Follow the caveman communication skill exactly as defined in SKILL.md

Only the final document itself must NOT use caveman mode. Use clear, standard technical writing.

Guardrails

  • Documentation only. No source code implementation.
  • Save the final reviewed document to the correct folder.
  • Keep outputs structured, explicit, and reviewable.
  • Surface assumptions clearly before finalizing when requirements are incomplete.
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. 5d ago First seen · 65 lines · 17 tokens per session scan A 4676b0cb413a

Subscribe to this mod's changes

Tech Writer is an agent published in the GitHub repository ole-techwood/Skills (2 stars, last pushed 2d ago), licensed MIT. It adds 17 tokens to every session and 491 once invoked, about $0.0001 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-31.