Agent skill · AI & Agents

translation-management

Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill translation-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/translation-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Translation Management Skill Integration with translation management systems and i18n workflows. ## Capabilities - Crowdin API integration (upload, download, status) - Transifex API integration - Weblate integration - Translation memory management - Glossary synchronization - Pseudo-localization generation - String extraction from documentation - Locale file management (JSON, XLIFF, PO) ## Usage Invoke this skill when you need to: - Set up translation workflows - Sync content with TMS platforms - Manage translation memory - Generate pseudo-localizations - Extract translatable strings ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | platform | string | Yes | crowdin, transifex, weblate | | action | string | Yes | upload, download, status, sync-glossary | | sourcePath | string | No | Path to source content | | targetLocales | array | No | Target locales for translation | | projectId | string | No | Project identifier on platform | | apiKey | string | No | Platform API key (from env) | ### Input Example ```json { "platform": "crowdin", "action": "upload", "sourcePath": "./docs/en", "targetLocales": ["es", "fr", "de", "ja"], "pro

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Crowdin Integration
  6. crowdin.yml Configuration
  7. Crowdin CLI Commands
  8. Crowdin API Integration
  9. Transifex Integration
  10. .tx/config
  11. Transifex CLI
  12. Weblate Integration
  13. weblate.yml
  14. Weblate API
Ships with 1 file
  • README.md
Commands it runs
Install CLI
npm install -g @crowdin/cli
Upload sources
crowdin upload sources
Download translations
crowdin download
Check translation status
crowdin status
Pre-translate with TM
crowdin pre-translate --method tm
More from babysitter
All skills →
About this skill
What does the translation-management skill do?

Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill translation-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going