readme-i18n

Synchronize English and Chinese README content with glossary-based checks.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/u9401066/copilot-capability-manager --skill readme-i18n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readme-i18n
Source: https://github.com/u9401066/copilot-capability-manager/tree/main/.claude/skills/readme-i18n
Command: npx skills add https://github.com/u9401066/copilot-capability-manager --skill readme-i18n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual work of maintaining multiple language versions of your README by keeping English and Chinese translations perfectly aligned.

Quick Start

Update the README documentation to include the latest feature changes in both languages.

Frequently Asked Questions about readme-i18n

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

FAQPage Schema
How do I keep English and Chinese documentation synchronized automatically?

Bilingual documentation synchronization ensures README translations stay aligned with source updates. This Skill syncs README.md and README.zh-TW.md, detecting changes in one language and propagating them to the other while preserving code blocks and language-specific links, eliminating manual translation maintenance.

Can I maintain consistent terminology across translated documentation?

Terminology consistency across translations prevents confusion and improves documentation quality. This Skill enforces glossary-based term alignment between English and Chinese versions, ensuring technical terms, product names, and key phrases remain uniform across all language versions during updates.

What happens to code blocks and links when syncing bilingual README files?

Code blocks and language-specific links require special handling during translation sync. This Skill preserves code examples unchanged while rewriting links to point to the correct language version, maintaining functional accuracy in both README.md and README.zh-TW.md without manual intervention.

How do I verify my translated documentation sections are properly aligned?

Documentation alignment validation catches structural mismatches between language versions before deployment. This Skill runs synchronization checks against defined structure and glossary requirements, flagging section gaps and terminology drift to ensure README translations mirror the source organization exactly.

Do I need to manually update both language versions when adding new features?

Manual dual-updates create maintenance overhead and sync drift. This Skill automates bilingual README updates by detecting new content in either language version and synchronizing it across both, reducing the manual work of maintaining documentation consistency.