What problem does it solve?
Translating English Markdown documents into other languages often leads to formatting drift, broken links, and untranslated technical terms. This Skill ensures translations preserve the original structure, frontmatter semantics, and code integrity.
Core Features & Use Cases
- Frontmatter translation: translate values only while keeping keys and structure intact.
- Preserve formatting: code blocks, tables, URLs, HTML tags, and Markdown structure remain unchanged.
- Output conventions: produce language-specific versions such as README.ja.md or parallel directories (ja/), maintaining consistent link structures.
- Use Case: you want to publish Japanese docs for a software project without rewriting code or documentation architecture.
Quick Start
Translate the English documentation in the repository to the target language using the translate skill. For example, generate ja/README.md and corresponding translations for guidance, guides, and READMEs.