What problem does it solve? Keeping Ukrainian and English versions of documents consistent is hard: terminology drifts, translations become literal, and bilingual artifacts lose parallel structure. This Skill performs UA⇄EN translation and localization while enforcing a single shared glossary so the same term always maps to the same equivalent. ## Core Features & Use Cases - Bidirectional Translation: Translates text UA→EN, EN→UA, or produces parallel bilingual versions of a document or artifact. - Glossary Enforcement: Consults the lab glossary (docs/glossary.md) for established term equivalents and extends it with new UA⇄EN term pairs. - Structure Preservation: Keeps Markdown formatting, links, and code intact, with Ukrainian as the canonical version and English as the mirror. - Use Case: You wrote a README in Ukrainian and need an English mirror. The Skill translates it using the established glossary terms and produces a paired EN file matching the docs/ua + docs/en structure. ## Quick Start Translate this document from Ukrainian to English using the project glossary and keep the Markdown formatting intact.