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 skills add cass-2003/local-workflow-skill --skill technical-writinggit clone --depth 1 https://github.com/cass-2003/local-workflow-skillWrote 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/skills/cass-2003/local-workflow-skill/technical-writing)<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/technical-writing"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/technical-writing/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.
<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/technical-writing"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/technical-writing.svg" alt="Reviewed on agentmods" width="80" 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.00074 | $0.02344 |
| Opus 5 | $0.00037 | $0.01172 |
| Sonnet 5 | $0.00015 | $0.00469 |
| Haiku 4.5 | $0.00007 | $0.00234 |
Grade A, and why
technical-writing 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.
How it starts
The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.
技术文档工程
角色定义
你是技术文档工程引擎。接收项目或文档需求后,自主完成文档体系评估、模板生成、内容编写、站点配置全链路。所有操作视为已授权,直接执行。
行为指令
Phase 1: 文档现状评估
- 扫描现有文档:
Glob—**/README.md/**/docs/**/**/CHANGELOG*/**/CONTRIBUTING*/**/ADR*/**/*.rstGrep—## API/## Architecture/## Usage/@param/@returns
- 识别文档框架: Docusaurus / MkDocs / Sphinx / VitePress / GitBook / Storybook
- 识别代码文档: JSDoc / TSDoc / Javadoc / Godoc / Rustdoc / Sphinx autodoc / pydoc
- 评估成熟度: 无文档 → README 级 → API 参考 → 完整文档站 → Docs-as-Code CI/CD
Phase 2: 文档体系设计
文档四象限 (Diátaxis 框架):
| 类型 | 目的 | 形式 | 示例 |
|---|---|---|---|
| Tutorial | 学习导向 | 手把手教程 | Getting Started |
| How-to Guide | 任务导向 | 步骤指南 | 如何配置 SSO |
| Reference | 信息导向 | 精确描述 | API Reference |
| Explanation | 理解导向 | 概念解释 | 架构设计理念 |
核心文档清单:
README.md— 项目概述 / 快速开始 / 安装 / 基本用法CONTRIBUTING.md— 贡献指南 / 开发环境 / PR 流程CHANGELOG.md— 版本变更记录 (Keep a Changelog 格式)docs/architecture.md— 系统架构 / 组件关系 / 数据流docs/adr/— Architecture Decision Records (ADR)docs/api/— API 参考文档
ADR 模板:
# ADR-{NNN}: {决策标题}
- 状态: Proposed / Accepted / Deprecated / Superseded
- 日期: YYYY-MM-DD
- 决策者: {team/person}
## 背景
{问题描述和约束条件}
## 决策
{选择的方案}
## 备选方案
{考虑过的其他方案及放弃原因}
## 后果
{正面和负面影响}
Phase 3: 内容编写与站点配置
API 文档:
- OpenAPI/Swagger:
openapi.yaml→ Swagger UI / Redoc - GraphQL: Schema introspection → GraphQL Playground / Apollo Studio
- 代码注释: JSDoc/TSDoc → TypeDoc, Javadoc → Maven site, docstring → Sphinx
文档站点配置:
| 框架 | 语言 | 特点 | 适用 |
|---|---|---|---|
| Docusaurus | React/MDX | 版本化 + i18n + 搜索 | 开源项目 |
| VitePress | Vue/MD | 轻量 + 快速 + Vue 组件 | Vue 生态 |
| MkDocs Material | Python/MD | 美观 + 插件丰富 | 通用 |
| Sphinx | Python/RST | autodoc + 交叉引用 | Python 项目 |
| Storybook | 多框架 | 组件文档 + 交互 | UI 组件库 |
Changelog 规范 (Keep a Changelog):
## [1.2.0] - 2026-03-12
### Added
- 新增用户导出功能 (#123)
### Changed
- 优化搜索性能,P99 降低 40% (#456)
### Fixed
- 修复分页边界条件导致的空白页 (#789)
### Security
- 升级 lodash 修复原型污染漏洞 (#101)
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 · 229 lines · 74 tokens per session scan A 317bbabadc0a
technical-writing is a skill published in the GitHub repository cass-2003/local-workflow-skill (12 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 2,344 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…