translate-doc — community translate-doc, agent-cracker, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

Об этом навыке

breakdown of popular coding agents

7hinkDifferent 7hinkDifferent
[2]
[0]
Updated: 3/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
31
Canonical Locale
zh
Detected Body Locale
zh

breakdown of popular coding agents

Зачем использовать этот навык

breakdown of popular coding agents

Подходит лучше всего

Suitable for operator workflows that need explicit guardrails before installation and execution.

Реализуемые кейсы использования for translate-doc

! Безопасность и ограничения

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is translate-doc?

breakdown of popular coding agents

How do I install translate-doc?

Run the command: npx killer-skills add 7hinkDifferent/agent-cracker/translate-doc. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with translate-doc?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add 7hinkDifferent/agent-cracker/translate-doc. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use translate-doc immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

translate-doc

Install translate-doc, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Translate Doc

翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、README 等所有 Markdown 文件。

Trigger

/translate-doc <target>           # 单文件或目录
/translate-doc <target> --to en   # 强制指定目标语言
  • <target> 可以是:
    • 单个文件路径:docs/aider.mddemos/aider/search-replace/README.md
    • 目录路径:demos/aider/(翻译目录下所有 .md 文件)
    • 特殊关键词:all-docs(翻译 docs/ 下所有分析文档)

语言检测与输出

自动检测方向

  • 文档主要语言为中文 → 翻译为英文
  • 文档主要语言为英文 → 翻译为中文
  • 可用 --to en--to zh 强制指定

输出路径规则

源文件输出文件
docs/aider.mddocs/aider.en.md
demos/aider/README.mddemos/aider/README.en.md
demos/aider/search-replace/README.mddemos/aider/search-replace/README.en.md
README_CN.mdREADME.md(特殊处理)

后缀规则:<name>.<target-lang>.md(如 .en.md.zh.md

保持不变的内容

以下元素 不翻译

  1. 代码块(``` 围栏块)— 保持原样
  2. 行内代码反引号内容)— 保持原样
  3. 文件路径URL — 保持原样
  4. 技术标识符 — 变量名、函数名、类名、CLI flag
  5. Mermaid/ASCII 图表 — 保持原样
  6. YAML frontmatter — 保持原样
  7. 表格结构 — 翻译单元格内容,保留 |- 格式
  8. HTML 注释标记 — 如 <!-- PROGRESS_START --> 等 marker,保持原样
  9. Skill 命令 — 如 /analyze-agent/create-demo 等,保持原样

领域术语表

翻译时使用统一的术语对照,确保跨文档一致性:

中文English备注
主循环Agent Loop
上下文管理Context Management
上下文窗口Context Window
编辑应用Edit Apply
工具系统Tool System
提示词工程Prompt Engineering
错误处理与恢复Error Handling & Recovery
关键创新点Key Innovations
跨 Agent 对比Cross-Agent Comparison
MVP 组件MVP Components不翻译 MVP
进阶机制Advanced Mechanisms
完整串联Full Integration
分析文档Analysis Doc
机制复现Mechanism Reproduction / Demo
维度Dimension如 D1-D8
单一数据源Single Source of Truth
浅克隆Shallow Clone
覆盖缺口Coverage Gap
分析漂移Analysis Drift

首次出现技术术语时,可附带原文:如 "Agent Loop(主循环)" 或 "主循环 (Agent Loop)"。后续出现直接使用目标语言。

翻译质量要求

  • 保持相同的标题层级(###### 等)
  • 保持相同的章节编号
  • 保留 Markdown 格式(加粗、斜体、列表、链接)
  • 使用自然、地道的目标语言表达
  • 中译英时避免直译,用英文技术文档的惯用表达
  • 英译中时保留常用英文技术术语不强行翻译(如 agent、demo、hook、skill)

工作流

单文件模式

  1. 读取源文件
  2. 检测主要语言
  3. 按上述规则翻译
  4. 写入翻译文件(与源文件同目录)
  5. 报告:源文件、目标文件、翻译方向

目录模式

  1. 扫描目录下所有 .md 文件(不含已有的 .en.md/.zh.md 翻译件)
  2. 列出待翻译文件清单,确认后开始
  3. 逐一翻译,跳过已有最新翻译的文件
  4. 汇总报告:翻译了 N 个文件,跳过 M 个

all-docs 模式

  1. 扫描 docs/ 下所有 <agent>.md(排除 TEMPLATE.md 和已有翻译件)
  2. 列出待翻译清单
  3. 逐一翻译
  4. 汇总报告

Связанные навыки

Looking for an alternative to translate-doc or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик