Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Repo-Docs ZH (Chinese repo documentation overlay)

A Chinese-language overlay for the repo-docs skill that rebuilds documentation concepts in Chinese while keeping paths, commands and API names in their original form.

Docs & OfficeIntermediate4556AI score 8/10Last updated: Jul 12, 2026

What it does

This is the Chinese overlay for the repo-docs skill. Structure, page ownership, evidence rules, sync behavior and validation all come from the base skill; this file only governs language and Chinese reader experience.

  • Rebuilds conceptual handles in Chinese instead of translating English docs line by line.
  • Keeps source identifiers exact: paths, commands, config keys, API/class/function names, metric names, package and dataset names.
  • Fixes page shapes: README ## 阅读路径 reader-goal table, glossary columns 术语 | 项目里的意思 | 延伸阅读, numbered ## Step N walkthroughs, and a code-map.md (代码地图) page with 路径 | 职责 | 关键代码 | 与主流程的关系.
  • Requires weak claims to be labeled 推断 / 未确认, deferred, or dropped rather than guessed.
  • Includes a de-AI pass: strip filler phrases, avoid overusing dashes and bold sub-headings, avoid "not only… but also…" as the main explanation.
  • Keeps AGENTS.md in English, adding only one routing sentence telling future agents to apply this overlay.

Who it's for

  • Teams shipping repo documentation for Chinese-speaking readers.
  • Maintainers already using repo-docs in English who want a parallel Chinese package.
  • Technical writers who want readable docs instead of translationese.

Examples

  1. "Generate Chinese repo-docs for this project" → README with a reading-path table, main walkthrough, code map, modules, and references/source-evidence.md.
  2. Localize an existing English repo-docs/ package: Chinese link labels pointing at the real source paths, never long raw paths as visible prose text.
  3. When a claim lacks evidence, the skill forces a return to the source (tests, config, schema, command output) or an explicit 未确认 label.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/YurunChen/repo-docs-skills/HEAD/skills/repo-docs-zh/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/repo-docs-zh folder from the GitHub repo YurunChen/repo-docs-skills into my ~/.claude/skills/yurunchen-repo-docs-zh/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/YurunChen/repo-docs-skills.git && cp -r repo-docs-skills/skills/* ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repository: git clone https://github.com/YurunChen/repo-docs-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy all skills, including the base one (this overlay reads ../repo-docs/SKILL.md, so it won't work alone): cp -r repo-docs-skills/skills/* ~/.claude/skills/
  5. Verify both ~/.claude/skills/repo-docs-zh/ and ~/.claude/skills/repo-docs/ exist.
  6. Restart Claude Code, open the repo you want documented, and ask: "use repo-docs-zh to build Chinese repo docs".