superpowers-zh is a Chinese community edition of superpowers, a collection of practical skills and development methods for AI coding tools. It helps users apply workflows such as brainstorming, test-driven development, debugging, code review, and other programming tasks across supported coding agents. The catalogue add-ons are the project's translated and original skills, instructions, hook, and plugin components.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jnMetaCode/superpowers-zhnpx agentmods add skills/jnmetacode/superpowers-zh/chinese-documentationWrote 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/jnmetacode/superpowers-zh/chinese-documentation)<a href="https://agentmods.dev/skills/jnmetacode/superpowers-zh/chinese-documentation"><img src="https://agentmods.dev/badge/skills/jnmetacode/superpowers-zh/chinese-documentation/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/jnmetacode/superpowers-zh/chinese-documentation"><img src="https://agentmods.dev/badge/skills/jnmetacode/superpowers-zh/chinese-documentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector pass
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.00062 | $0.03175 |
| Opus 5 | $0.00031 | $0.01588 |
| Sonnet 5 | $0.00012 | $0.00635 |
| Haiku 4.5 | $0.00006 | $0.00317 |
Grade A, and why
chinese-documentation 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 9d 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- chinese-documentation — 94% identical, 7 lines differ
- chinese-documentation — 94% identical, 5 lines differ
How it starts
The opening of the file, as written. The whole thing — 454 lines — stays where its author put it; the contents beside it link to each section on GitHub.
中文技术文档写作规范
概述
中文技术文档最常见的问题不是内容不够,而是读起来别扭——中英文挤在一起没有空格、全角半角混用、一股机翻味。本技能提供一套完整的中文技术文档写作规范,让你的文档专业、好读、不出戏。
核心原则: 排版服务于阅读体验,规范服务于一致性,内容服务于读者。
参考标准: 中文文案排版指北
中文排版规范
空格
中英文之间加空格:
# 好
使用 Git 进行版本管理,配合 Jenkins 实现持续集成。
# 坏
使用Git进行版本管理,配合Jenkins实现持续集成。
中文与数字之间加空格:
# 好
本次更新包含 3 个新功能和 12 个 Bug 修复。
# 坏
本次更新包含3个新功能和12个Bug修复。
数字与单位之间加空格:
# 好
文件大小不超过 5 MB,响应时间控制在 200 ms 以内。
# 坏
文件大小不超过5MB,响应时间控制在200ms以内。
例外:度数、百分比等不加空格:
# 好
今天气温 32°C,CPU 使用率 95%。
# 坏
今天气温 32 °C,CPU 使用率 95 %。
链接前后加空格:
# 好
请参考 [官方文档](https://example.com) 获取更多信息。
# 坏
请参考[官方文档](https://example.com)获取更多信息。
标点符号
中文语境使用全角标点:
# 好
注意:该接口需要鉴权,请先获取 Token。
# 坏
注意:该接口需要鉴权,请先获取 Token.
全角标点与英文/数字之间不加空格:
# 好
项目使用 MIT 协议,详见 LICENSE 文件。
# 坏
项目使用 MIT 协议 ,详见 LICENSE 文件 。
括号的使用:
# 中文语境用全角括号
请运行安装命令(详见下方说明)。
# 括号内有英文或数字时用半角括号
该项目基于 Spring Boot (v3.2.0) 开发。
# 纯英文内容用半角括号
See the documentation (README.md) for details.
引号的使用:
# 中文使用直角引号(推荐)
「确定」按钮触发表单提交,「取消」按钮关闭弹窗。
# 也可以使用弯引号(视团队规范而定)
"确定"按钮触发表单提交,"取消"按钮关闭弹窗。
# 嵌套引号
他说:「请点击『确定』按钮。」
数字
# 阿拉伯数字(技术文档中统一使用半角数字)
支持最多 100 个并发连接。
# 不要用中文数字写技术参数
# 坏:支持最多一百个并发连接。
# 数字使用半角字符
版本号 v2.1.0,端口号 8080,HTTP 状态码 200。
中英混排最佳实践
术语处理原则
保留英文的情况:
- 专有名词:React、Kubernetes、Redis、MySQL
- 行业通用缩写:API、SDK、CLI、ORM、CI/CD
- 命令和代码:
npm install、git commit - 协议和标准:HTTP、TCP/IP、JSON、REST
- 没有公认中文翻译的术语:debounce、throttle、middleware
翻译为中文的情况:
- 有公认翻译的通用概念:数据库、服务器、浏览器、框架
- 描述性短语:version control → 版本控制,load balancing → 负载均衡
- 文档标题和章节名(尽量中文,技术名词可保留英文)
首次出现标注翻译
技术术语首次出现时,标注中英对照:
# 好
本系统采用消息队列(Message Queue)实现异步通信,
使用死信队列(Dead Letter Queue)处理消费失败的消息。
# 后续出现直接使用
消息队列的消费者需要实现幂等性……
避免过度翻译
# 好:保留业界通用英文术语
在 Controller 层做参数校验,Service 层处理业务逻辑。
# 坏:强行翻译反而看不懂
在控制器层做参数校验,服务层处理业务逻辑。
# 好
使用 Redis 做 Session 缓存。
# 坏
使用"远程字典服务"做"会话"缓存。
API 文档中英对照格式
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.
- 9d ago First seen · 454 lines · 62 tokens per session scan A 58323397177b
chinese-documentation is a skill published in the GitHub repository jnMetaCode/superpowers-zh (8,019 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 3,175 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 skills, from other repositories
azure-translator
Expert knowledge for Azure Translator development including troubleshooting, best practices, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using translate/detect/dictionary APIs, Custom Translator, glossaries, document jobs, or Docker containers…
azure-immersive-reader
Expert knowledge for Azure AI Immersive Reader development including best practices, limits & quotas, security, configuration, and integrations & coding patterns. Use when tuning read-aloud/translation, storing user prefs, Entra auth setup, JS SDK integration, or language support, and other Azure AI Immersive Reader…
awesome-translate-ru-en
A translation guide for turning Russian text into natural English while keeping headings, links, code, identifiers, formatting, and the writer’s voice intact.
i18n-setup
Takes a project from hardcoded strings to internationalized, connected to Crowdin, and translating continuously. Use when someone wants to add i18n or multi-language support, internationalize an app, extract hardcoded strings, set up Lingui (or another i18n library), or connect Crowdin to a repository - including…
github-action
Sets up and debugs the Crowdin GitHub Action (crowdin/github-action), which syncs a repository with a Crowdin project and opens the translation pull request. Use whenever the user wires Crowdin into GitHub Actions, writes or reviews a .github/workflows/crowdin.yml step, tunes its inputs (uploadsources…
crowdin-cli
Guides correct usage of Crowdin CLI - the crowdin command that syncs localization files between a local project and Crowdin. Use whenever the user runs, scripts, or debugs crowdin commands, creates or edits a crowdin.yml configuration, uploads sources, downloads translations, checks translation status, auto-translates…