在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用translating-project
Project Translator Skill - Batch translate project docs and codes,包括管理术语表等功能。
星标0
分支0
更新时间2026年5月12日 11:08
文件资源管理器
40 个文件SKILL.md
readonly菜单
Project Translator Skill - Batch translate project docs and codes,包括管理术语表等功能。
| name | translating-project |
| description | Project Translator Skill - Batch translate project docs and codes,包括管理术语表等功能。 |
| argument-hint | <command> [args] |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Bash","Glob","Grep","Task"] |
| version | 0.2.0 |
| dependency | {"system":["npm install"]} |
{待翻译项目根目录}/.todo/tp-tasks.md{待翻译项目根目录}/.todo/tp-diff-task.mdgit status --porcelain识别用户意图,匹配以下一项任务并执行。
| Command | Description | How to Use |
|---|---|---|
| scan | 查找项目内未翻译文件,或"更新任务清单" | 执行./commands/tp/scan.md |
| translate | 翻译项目(当用户没有明确要翻译什么时,选这个) | 执行./commands/tp/translate.md |
| update | 同步上游更新并翻译差异 | 执行./commands/tp/update.md |
| glossary | 术语表任务,如添加自定义术语 | 执行./commands/tp/glossary.md |
| config | 读取项目配置 | 执行./commands/tp/config.md |
不要耍小心思,完全忠于技能完成任务,严格禁止使用脚本等批处理方式
| 资源类型 | 路径 |
|---|---|
| 任务或指令 | ./commands/tp/ |
| 子代理 | ./agents/ |
| 工具函数(一般情况不会用到) | ./tools/ |
| 资源 | ./assets/ |
| 默认配置 | ./configs/ |
| 模版文件 | ./templates/ |