What problem does it solve? Managing translations across multiple languages is error-prone: keys go missing, placeholders get dropped, terminology drifts, and hardcoded strings slip into source code. This Skill acts as a router that directs any internationalization or localization task to the right specialized workflow, so translation files stay complete, consistent, and safe to ship. ## Core Features & Use Cases - Task Routing: Reads the task at hand and loads only the matching sub-skill, covering translation sync, adding languages, string extraction, format conversion, style guides, health audits, quality review, and locale linting. - Translation Sync & Linting: Synchronizes locale files by translating only changed keys while preserving variables and glossary terms, and validates files with the translint checker for missing keys, placeholder mismatches, and untranslated values across JSON, PO, and Properties formats. - Use Case: After adding a new key to your base en.json locale file, use this Skill to route to translation-sync so French, German, and Japanese files receive only the new translation, then run translint to confirm no placeholder mismatches before opening the pull request. ## Quick Start Ask the assistant to sync the project's translation files after adding new keys to the English locale, and it will load the matching localization sub-skill to translate the delta and validate the results.