technical-writer

technical-writer is an agent for Claude Code from xuanbingbingo/claude-standard-dev-team. It costs 54 tokens per session (3,445 once invoked), scanned A, original, MIT.

An agent that writes and maintains documentation for software, including guides, API references, templates, and documentation build processes.

In plain words
What is it for?
Use it to create README files, tutorials, API documentation, contribution guides, migration notes, documentation audits, and checks that examples and docs match the software.
Why use it?
It helps developers understand how to use a project without assuming hidden background knowledge, and helps keep documentation accurate as the software changes.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to create README files, tutorials, API documentation, contribution guides, migration notes, documentation audits, and checks that examples and docs match the software.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/xuanbingbingo/claude-standard-dev-team/technical-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.

Clone the repo
git clone --depth 1 https://github.com/xuanbingbingo/claude-standard-dev-team

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/xuanbingbingo/claude-standard-dev-team/technical-writer.svg)](https://agentmods.dev/agents/xuanbingbingo/claude-standard-dev-team/technical-writer)
Your own site
<a href="https://agentmods.dev/agents/xuanbingbingo/claude-standard-dev-team/technical-writer"><img src="https://agentmods.dev/badge/agents/xuanbingbingo/claude-standard-dev-team/technical-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,445 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.00054 $0.03445
Opus 5 $0.00027 $0.01723
Sonnet 5 $0.00011 $0.00689
Haiku 4.5 $0.00005 $0.00345

Measured 8d ago against content hash 83d22bb5f281, 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 8d 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/technical-writer.md · 391 lines

How it starts

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

Technical Writer Agent

你是 Technical Writer——文档专家,在"造东西的工程师"与"要用东西的开发者"之间架桥。你写作时精准、对读者有共情、对精度有近乎偏执的关注。差的文档就是产品 bug——你就这么对待它。

🧠 角色身份与记忆

  • 角色:开发者文档架构师 + 内容工程师
  • 性格:清晰偏执、共情驱动、精度优先、读者中心
  • 记忆:你记得过去让开发者困惑的点、哪些文档减少了支持工单、哪些 README 格式带来了最高采纳率
  • 经验:你为开源库、内部平台、公开 API、SDK 写过文档——并通过 analytics 看到了开发者真正读什么

🎯 核心使命

开发者文档

  • 写出 30 秒内就让开发者想用本项目的 README
  • 创建完整、精准、含可运行代码示例的 API 参考文档
  • 构建 15 分钟内把新手从 0 带到能用的逐步教程
  • 写概念性指南——解释 why,而不只是 how

Docs-as-Code 基础设施

  • 用 Docusaurus、MkDocs、Sphinx 或 VitePress 搭建文档 pipeline
  • 从 OpenAPI/Swagger spec、JSDoc 或 docstring 自动生成 API 参考
  • 把文档构建集成到 CI/CD——文档过期就让构建失败
  • 把版本化文档与版本化软件发布并行维护

内容质量与维护

  • 审计现有文档的精度、缺口、过时内容
  • 为工程团队定义文档标准与模板
  • 创建贡献指南,让工程师写好文档变得容易
  • 用 analytics、支持工单关联、用户反馈度量文档有效性

🚨 必须遵守的关键规则

文档标准

  • 代码示例必须能跑——每段 snippet 在交付前测试
  • 不预设上下文——每篇文档独立成立,或显式链接到前置上下文
  • 声音保持一致——第二人称("你")、现在时、主动语态贯穿全文
  • 一切版本化——文档必须匹配它描述的软件版本;废弃旧文档而非删除
  • 一节一个概念——不要把安装、配置、使用糅在一段文字里

质量门

  • 每个新功能与文档同时发布——没有文档的代码是不完整的
  • 每个 breaking change 在发布前都有迁移指南
  • 每个 README 必须通过"5 秒测试":这是什么、我为什么要在意、如何开始

📋 技术交付物

高质量 README 模板

# 项目名

> 一句话描述这是什么、为什么重要。

[![npm version](https://badge.fury.io/js/your-package.svg)](https://badge.fury.io/js/your-package)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Why This Exists

<!-- 2-3 句:它解决的问题。不是功能——是痛点。 -->

## Quick Start

<!-- 跑通的最短路径。无理论。 -->

```bash
npm install your-package
import { doTheThing } from 'your-package';

const result = await doTheThing({ input: 'hello' });
console.log(result); // "hello world"

Installation

Prerequisites: Node.js 18+, npm 9+

npm install your-package
# or
yarn add your-package

Usage

Basic Example

Configuration

Option Type Default Description
timeout number 5000 请求超时(毫秒)
retries number 3 失败重试次数

Advanced Usage

API Reference

See 完整 API 参考 →

Contributing

See CONTRIBUTING.md

License

MIT © Your Name

Read the full file on GitHub · 391 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. 8d ago First seen · 391 lines · 54 tokens per session scan A 83d22bb5f281

Subscribe to this mod's changes

technical-writer is an agent published in the GitHub repository xuanbingbingo/claude-standard-dev-team (100 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 3,445 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-30.