translate-doc

Translate project documentation between Chinese and English while preserving Markdown formatting.

4|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/7hinkDifferent/agent-cracker --skill translate-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-doc
Source: https://github.com/7hinkDifferent/agent-cracker/tree/main/.claude/skills/translate-doc
Command: npx skills add https://github.com/7hinkDifferent/agent-cracker --skill translate-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the translation of project documentation between Chinese and English, ensuring consistency and accessibility across languages.

Core Features & Use Cases

  • Multi-language Support: Translates documents between Chinese and English.
  • Flexible Scope: Supports translation of single files, entire directories, or all project documentation (docs/).
  • Formatting Preservation: Maintains Markdown formatting, code blocks, links, and technical terms.
  • Domain Terminology: Utilizes a glossary to ensure consistent translation of technical terms.
  • Use Case: Translate all Markdown files in the docs/ directory from Chinese to English to make the project documentation accessible to an international audience.

Quick Start

Translate the file 'docs/aider.md' to English.

Frequently Asked Questions about translate-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate project documentation between Chinese and English while preserving Markdown formatting?

This Skill translates project documentation between Chinese and English while preserving Markdown formatting. It supports single files, directories, and batch modes, ensuring that code blocks, links, and technical terms remain intact during the localization process.

Can I batch translate an entire docs directory from English to Chinese?

Yes, you can batch translate an entire docs directory from English to Chinese. The tool supports processing entire directories or all project documentation at once, applying custom output path rules and consistent domain terminology across all translated files.

Does the documentation translation process exclude code blocks and technical identifiers?

Yes, the documentation translation process excludes specific elements like code blocks and technical identifiers. It also utilizes a glossary to ensure consistent translation of domain terminology, preventing accidental modification of your code snippets during the localization workflow.

What is the best way to localize technical terms consistently across project docs?

The best way to localize technical terms consistently across project docs is to use a glossary-driven translation approach. This Skill utilizes a domain terminology glossary to ensure technical terms are translated consistently across all Markdown files and directories during batch processing.

How does automatic language detection work when translating Markdown files?

Automatic language detection works by analyzing the source text of your Markdown files to determine whether the content is Chinese or English before translation begins. This allows you to process mixed directories without manually specifying the source language for each individual file.