From yangsonhung-awesome-agent-skills
Translates existing README files into bilingual or multilingual versions while preserving Markdown structure, code blocks, and links. Useful for internationalizing project documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yangsonhung-awesome-agent-skills:multi-lang-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create multilingual README files by translating an existing README while preserving Markdown structure, links, code blocks, and language-switch navigation. The workflow supports bilingual and multilingual README sets without rewriting unrelated project documentation.
Create multilingual README files by translating an existing README while preserving Markdown structure, links, code blocks, and language-switch navigation. The workflow supports bilingual and multilingual README sets without rewriting unrelated project documentation.
Use this skill when the user asks for:
Do not use this skill for:
| Code | Language |
|---|---|
| en | English |
| de | German |
| ja | Japanese |
| ko | Korean |
| zh-CN | Chinese |
Find the source README:
README.mdRead full markdown content, including:
Ask user which language(s) to translate to. Default assumptions:
If user says "create bilingual README" without specifying:
Translate with these rules:
Important: keep README.md as canonical English unless the user explicitly asks for another convention.
If the original README is non-English and user agrees, replace it with English README.md.
Update original README to include language switcher at the top:
**English** | [中文](README.zh-CN.md) | [Deutsch](README.de.md) | [日本語](README.ja.md) | [한국어](README.ko.md)
Add below the title or badges, before the main content.
Add reciprocal link in the translated README:
**[Original](README.md)** | [中文](README.zh-CN.md)
en → no suffix (README.md)
de → README.de.md
ja → README.ja.md
ko → README.ko.md
zh-CN → README.zh-CN.md
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin yangsonhung-awesome-agent-skillsCreates bilingual or multilingual README files from an existing README, preserving Markdown structure, code blocks, links, and language-switching navigation. Useful when asked to translate or create multilingual READMEs.
Updates bilingual README.md and README.zh-CN.md files by scanning project skills, git history, and applying standardized templates with badges.
Translates all MkDocs documentation from English into a target language, mirroring folder structure, updating include paths, and configuring the i18n plugin in mkdocs.yml.