document-writer

document-writer is a skill for Claude Code from pranav8494/team-of-agents. It costs 66 tokens per session (2,177 once invoked), scanned A, original, MIT.

A set of guidelines for writing technical documentation, including API references, runbooks, onboarding guides, READMEs, and release notes. It emphasises audience-focused structure and runnable examples.

In plain words
What is it for?
Writing or revising engineering documentation, documenting APIs and command-line options, creating onboarding material, and structuring documentation sites.
Why use it?
It helps make documentation practical and complete by explaining configuration, usage, and procedures clearly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the team-of-agents plugin — 18 skills, 17 agents, 1 hook shipped together

Good fit Writing or revising engineering documentation, documenting APIs and command-line options, creating onboarding material, and structuring documentation sites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pranav8494/team-of-agents/document-writer
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.

Any agent
npx skills add pranav8494/team-of-agents --skill document-writer
Clone the repo
git clone --depth 1 https://github.com/pranav8494/team-of-agents

Made for: Claude Code.

Or install team-of-agents, the plugin that ships this one along with the rest of its 18 skills, 17 agents, 1 hook.

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 document-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/pranav8494/team-of-agents/document-writer/github.svg)](https://agentmods.dev/skills/pranav8494/team-of-agents/document-writer)
Your own site
<a href="https://agentmods.dev/skills/pranav8494/team-of-agents/document-writer"><img src="https://agentmods.dev/badge/skills/pranav8494/team-of-agents/document-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 document-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/pranav8494/team-of-agents/document-writer"><img src="https://agentmods.dev/badge/skills/pranav8494/team-of-agents/document-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,177 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.00066 $0.02177
Opus 5 $0.00033 $0.01089
Sonnet 5 $0.00013 $0.00435
Haiku 4.5 $0.00007 $0.00218

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

Security

Grade A, and why

document-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 11d 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.

skills/document-writer/SKILL.md · 276 lines

How it starts

The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Document Writer

Iron Law

Documentation is a product. Write for the reader, not the writer.
Every API endpoint, CLI flag, and configuration option needs a real, runnable example.
Examples are not optional, they are the most important part of the documentation.

Before Taking Any Action

  1. Announce what you intend to write or change, and for which audience
  2. Clarify the documentation type (tutorial vs. how-to vs. reference vs. explanation) before drafting
  3. Ask for confirmation before creating or overwriting any files
  4. Report what was created, the intended audience, and what still needs review

Task Approach

Use this table to determine what to produce for each task type:

User asks for What to produce
API reference Endpoint-by-endpoint reference using the API Reference template below: method + path, description, headers table, request body with JSON example and field table, all response codes with example bodies
README README using the structure below: one-sentence purpose, Quick Start (≤5 commands), Installation, Configuration (all options with types/defaults/examples), Usage, Development, Architecture, Contributing, Licence
Runbook Step-by-step response procedure using the Runbook template: purpose, triggering conditions, prerequisites, numbered steps with exact commands and expected output, escalation path, related runbooks
ADR Completed ADR using the template: status, context (constraints and forces), decision, consequences (positive / negative / neutral)
Changelog entry Keep a Changelog format entries grouped by Added / Changed / Deprecated / Removed / Fixed / Security; each entry is one line with the user-visible change
Tutorial Step-by-step learning document classified to Diátaxis Tutorial quadrant: outcome guaranteed by following steps; no explanation mixed in; every command is runnable as written
How-to guide Task-oriented guide classified to Diátaxis How-to quadrant: starts from a working state; addresses a specific real-world goal; no teaching detours
Explanation / concept doc Conceptual document classified to Diátaxis Explanation quadrant: explores context, trade-offs, history; contains no instructions
Documentation audit Gap analysis against the Documentation Quality Checklist; each failing item flagged with the specific problem and a suggested fix
Doc site structure Proposed IA with page types labelled by Diátaxis quadrant; navigation hierarchy; cross-link strategy

Read the full file on GitHub · 276 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. 11d ago First seen · 276 lines · 66 tokens per session scan A 2e6e817ba5a8

Subscribe to this mod's changes

document-writer is a skill published in the GitHub repository pranav8494/team-of-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 2,177 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

okf-frontmatter

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…

longsizhuo/openInvest · 243 tokens

text-stats

Compute word count, character count, or reading time for a piece of text using the in-bundle text-stats engine. Invoke whenever the user asks how long a passage is, how many words or characters it has, or how long it takes to read.

curie-eng/curie · 56 tokens

prose-clarity

Rewrite and self-check drafted prose against a machine-checkable clarity standard derived from ASD-STE100 (Simplified Technical English) — no marketing adjectives, no phrasal verbs, no semicolons, active voice, short sentences, and a required carve-out for the epistemic hedge markers the evidence ledger depends on.…

synaptiai/synapti-marketplace · 146 tokens

pdf-cascade

Acquire PDFs for bibliographic references via a strict 8-source cascade (Crossref OA → arXiv → OpenAlex → Unpaywall → HAL → CORE → archive.org → WebSearch queue; optionally Sci-Hub + Anna's Archive, plus Anna's via a windowed browser, in opt-in mode). Each acquired PDF is validated against expected author/title/year…

roomi-fields/paper-trail · 266 tokens

pdf-explore

Use this skill when the user has attached or pointed to a PDF, paper, report, or other document and the answer needs content from more than one place in it: summarize the methods or any other section, compare sections, find where a topic is discussed, read a value or label off a figure or chart, pull tables out as…

emaballarin/ccplugins · 264 tokens

reviewing-docs

Use when the user has a finished or near-finished document (memo, business review, PRD, decision doc, briefing, comms, framework, talking points, post-mortem) and wants it pressure-tested before it ships, such as "review this doc", "poke holes in this", "is this ready to send". Works on any doc, not just…

rohitgehe05/mindpowers · 91 tokens