translate-doc — for Claude Code translate-doc, agent-cracker, community, for Claude Code, ide skills, 可以是: - 单个文件路径:, all-docs, to en, to zh, README_CN.md

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、readme 等所有 markdown 文件。. Resumen localizado: translate-doc helps AI agents handle repository-specific developer workflows with documented implementation details.

Características

翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、README 等所有 Markdown 文件。
/translate-doc <target # 单文件或目录
/translate-doc <target --to en # 强制指定目标语言
单个文件路径:docs/aider.md、demos/aider/search-replace/README.md
目录路径:demos/aider/(翻译目录下所有 .md 文件)

# Temas principales

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

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Escenario recomendado: Ideal for AI agents that need 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、readme 等所有 markdown 文件。. Resumen localizado: translate-doc helps AI agents handle repository-specific developer workflows with documented implementation details.

¿Por qué usar esta habilidad?

Recomendacion: translate-doc helps agents 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、readme 等所有 markdown 文件。. translate-doc helps AI agents handle repository-specific developer workflows with documented

Mejor para

Escenario recomendado: Ideal for AI agents that need 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、readme 等所有 markdown 文件。.

Casos de uso accionables for translate-doc

Caso de uso: Applying 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、README 等所有 Markdown 文件。
Caso de uso: Applying /translate-doc <target # 单文件或目录
Caso de uso: Applying /translate-doc <target --to en # 强制指定目标语言

! Seguridad y limitaciones

  • Limitacion: Requires repository-specific context from the skill documentation
  • Limitacion: Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Demo Labs

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 y pasos de instalación

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

? Preguntas frecuentes

¿Qué es translate-doc?

Escenario recomendado: Ideal for AI agents that need 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、readme 等所有 markdown 文件。. Resumen localizado: translate-doc helps AI agents handle repository-specific developer workflows with documented implementation details.

¿Cómo instalo translate-doc?

Ejecuta el comando: npx killer-skills add 7hinkDifferent/agent-cracker/translate-doc. Funciona con Cursor, Windsurf, VS Code, Claude Code y más de 19 IDE adicionales.

¿Cuáles son los casos de uso de translate-doc?

Los casos de uso principales incluyen: Caso de uso: Applying 翻译项目中的文档文件(中↔英),支持单文件、目录批量、和全项目模式。适用于 docs/、demos/、README 等所有 Markdown 文件。, Caso de uso: Applying /translate-doc <target # 单文件或目录, Caso de uso: Applying /translate-doc <target --to en # 强制指定目标语言.

¿Qué IDE son compatibles con translate-doc?

Esta skill es compatible con 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. Usa la CLI de Killer-Skills para una instalación unificada.

¿Tiene limitaciones translate-doc?

Limitacion: Requires repository-specific context from the skill documentation. Limitacion: Works best when the underlying tools and dependencies are already configured.

Cómo instalar este skill

  1. 1. Abre tu terminal

    Abre la terminal o línea de comandos en el directorio de tu proyecto.

  2. 2. Ejecuta el comando de instalación

    Ejecuta: npx killer-skills add 7hinkDifferent/agent-cracker/translate-doc. La CLI detectará tu IDE o agente automáticamente y configurará la skill.

  3. 3. Empieza a usar el skill

    El skill ya está activo. Tu agente de IA puede usar translate-doc de inmediato en el proyecto actual.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

translate-doc

Install translate-doc, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

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. 汇总报告

Habilidades relacionadas

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

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desarrollador