What problem does it solve? Translating an entire English technical documentation repository (SKILL.md files, READMEs, plugin manifests, command definitions, Python scripts) into Chinese is error-prone: files get missed, source files get accidentally overwritten, and re-translating everything after a small upstream update wastes effort. This Skill provides a systematic 7-phase SOP with state tracking so translations are complete, consistent, and incremental. ## Core Features & Use Cases - Phased translation SOP: Auto-detects project type (plugin-marketplace, skill-collection, single-skill, generic-docs) and applies the right translation stages for Markdown, JSON manifests, and Python/Shell script comments. - State tracking and incremental translation: Maintains a translation-state.json with per-file SHA-256 hashes and git commit snapshots, so when the source repo updates only changed files are re-translated. - Chinese typography rules and terminology glossary: Enforces Chinese punctuation, CJK-Latin spacing, a fixed terminology table, and strict protection of frontmatter names, code blocks, and command references. - Use Case: You mirror an open-source agent-skills repository as a git submodule and want a full Chinese version. The Skill translates all 60+ files into a mirrored translator/ directory, records hashes, and later re-translates only the 3 files that changed upstream. ## Quick Start Translate the open-ai-skills/matt-pocock-skills project into Chinese, writing output to the translator/ directory and creating the translation state file.