What problem does it solve? Keeping multiple translated README files consistent is tedious and error-prone. This Skill maintains three synchronized READMEs (PT-BR, EN, ZH) so documentation never drifts out of sync with the actual project code or between language versions. ## Core Features & Use Cases - Multi-language synchronization: Updates README.md, README-en.md, and README-zh.md together with consistent content, badges, and cross-language navigation links. - Code example verification: Compares COBOL code blocks in the READMEs against the real source in src/CALCULADORA.cbl and updates outdated snippets. - Translation rules: Applies defined tone and terminology guidelines when translating from Portuguese to English and Chinese. - Use Case: After adding a new operation to the COBOL calculator, run this Skill to update the feature list and code examples in all three READMEs at once. ## Quick Start Update all three project READMEs to reflect the current state of src/CALCULADORA.cbl and keep the translations synchronized.