chinese-documentation

chinese-documentation is a skill for Claude Code from zhaixin244-wq/fnw. It costs 62 tokens per session (3,148 once invoked), scanned A, a copy of chinese-documentation, MIT.

A Chinese technical-documentation style guide for spacing, punctuation, numbers, brackets, quotation marks, links, and mixed Chinese-English text.

In plain words
What is it for?
Use it when writing or editing Chinese README files, specifications, comments, API documentation, and other technical content.
Why use it?
It prevents formatting inconsistencies and awkward wording that make technical documents harder to read.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is - [使用指南](./docs/guide.md).

Good fit Use it when writing or editing Chinese README files, specifications, comments, API documentation, and other technical content.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/zhaixin244-wq/fnw
agentmods
npx agentmods add skills/zhaixin244-wq/fnw/chinese-documentation

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 chinese-documentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chinese-documentation/github.svg)](https://agentmods.dev/skills/zhaixin244-wq/fnw/chinese-documentation)
Your own site
<a href="https://agentmods.dev/skills/zhaixin244-wq/fnw/chinese-documentation"><img src="https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/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.

agentmods 80×15 button for chinese-documentation

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhaixin244-wq/fnw/chinese-documentation"><img src="https://agentmods.dev/badge/skills/zhaixin244-wq/fnw/chinese-documentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,148 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 94% copy Near-identical to another mod 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.00062 $0.03148
Opus 5 $0.00031 $0.01574
Sonnet 5 $0.00012 $0.00630
Haiku 4.5 $0.00006 $0.00315

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

Security

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 12d 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.

Origin

This is a copy

94% identical to chinese-documentation — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/chinese-documentation/SKILL.md · 449 lines

How it starts

The opening of the file, as written. The whole thing — 449 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 installgit commit
  • 协议和标准:HTTP、TCP/IP、JSON、REST
  • 没有公认中文翻译的术语:debounce、throttle、middleware

翻译为中文的情况:

  • 有公认翻译的通用概念:数据库、服务器、浏览器、框架
  • 描述性短语:version control → 版本控制,load balancing → 负载均衡
  • 文档标题和章节名(尽量中文,技术名词可保留英文)

首次出现标注翻译

技术术语首次出现时,标注中英对照:

# 好
本系统采用消息队列(Message Queue)实现异步通信,
使用死信队列(Dead Letter Queue)处理消费失败的消息。

# 后续出现直接使用
消息队列的消费者需要实现幂等性……

避免过度翻译

# 好:保留业界通用英文术语
在 Controller 层做参数校验,Service 层处理业务逻辑。

# 坏:强行翻译反而看不懂
在控制器层做参数校验,服务层处理业务逻辑。

# 好
使用 Redis 做 Session 缓存。

# 坏
使用"远程字典服务"做"会话"缓存。

API 文档中英对照格式

Read the full file on GitHub · 449 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. 12d ago First seen · 449 lines · 62 tokens per session scan A 33197c45163f

Subscribe to this mod's changes

chinese-documentation is a skill published in the GitHub repository zhaixin244-wq/fnw (29 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 3,148 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to chinese-documentation, differing in 5 lines, and is treated as a copy.

Related

Other skills, from other repositories

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

azure-ai-translation-text-py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

microsoft/skills · 60 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens