MoonshotAI / translate-docs
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/translate-docs && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2013" && unzip -o skill.zip -d .claude/skills/translate-docs && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/translate-docs/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Translate and sync bilingual documentation.
2 views
0 installs
Skill Content
--- name: translate-docs description: Translate and sync bilingual documentation. --- 现在我们正在为当前项目 Kimi Code CLI 编写和维护用户文档,文档内容在 docs 目录下,docs/AGENTS.md 中有对文档的说明。 中文文档和英文 changelog 已经确保是正确符合预期的,现在请你逐页、逐段地翻译文档内容,确保中英双语保持同步。 ## 翻译方向 - **Changelog**: 以英文为准,翻译到中文 - **其他所有页面**: 以中文为准,翻译到英文 ## 注意事项 - 必要时可以参考代码文件以确保翻译的准确性 - 要保证不同语言的表达风格、结构标记等保持一致 - 但需要遵守两者可能不同的用词和排版偏好(主要是 sentence case、翻译对照之类的)