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.
git clone --depth 1 https://github.com/xuanbingbingo/claude-standard-dev-teamWrote 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/xuanbingbingo/claude-standard-dev-team/technical-writer)<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>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.00054 | $0.03445 |
| Opus 5 | $0.00027 | $0.01723 |
| Sonnet 5 | $0.00011 | $0.00689 |
| Haiku 4.5 | $0.00005 | $0.00345 |
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.
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 模板
# 项目名
> 一句话描述这是什么、为什么重要。
[](https://badge.fury.io/js/your-package)
[](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
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.
- 8d ago First seen · 391 lines · 54 tokens per session scan A 83d22bb5f281
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.