.agents/skills/localization-manager/SKILL.md
Manage i18n translation files, detect missing translation keys, generate AI-assisted translations for new strings, and sync locale files across frontend codebases and CMS platforms.
npx skillsauth add Greenmamba29/skillsdotmd_web localization-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automate the full i18n workflow—from detecting missing translation keys and generating AI-assisted translations to syncing locale files across codebases and validating translation quality.
SOURCE_LANGUAGE=en
TARGET_LANGUAGES=es,fr,de,ja,zh
LOCALE_DIR=./src/locales
TRANSLATION_API=deepl
DEEPL_API_KEY=your_deepl_api_key
AUTO_CREATE_PR=true
Input:
source: en
targets: [es, fr, de]
scan_dir: ./src
auto_translate: true
review_threshold: marketing_copy
Output:
Localization Audit Complete
Total keys: 1,247
Missing translations:
Spanish: 23 keys
French: 41 keys
German: 18 keys
AI translations generated: 82
Flagged for human review: 12 (marketing CTAs)
Coverage: ES 98.2%, FR 96.7%, DE 98.6%
PR created: #156 - Update locale files
tools
Automate end-to-end new customer onboarding for SaaS and marketplace platforms. Use when onboarding new customers after signup or contract signing, including account provisioning in CRM (HubSpot/Salesforce), sending personalized welcome email sequences via SendGrid, creating and tracking onboarding checklists, scheduling kickoff calls via Calendly/Cal.com, monitoring customer health scores, and generating time-to-value reports. Triggers on tasks involving new customer setup, onboarding automation, welcome sequences, CSM task assignment, or onboarding health tracking.
development
Migrates Zapier zaps to Make.com scenarios automatically. Use when asked to convert, port, or recreate Zapier workflows in Make.com.
development
Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.
tools
| name | description | license | tags | |------|-------------|---------|------| | webapp-testing | Generate and execute comprehensive test suites for web applications. Covers unit, integration, E2E, and visual regression tests. Analyzes application structure to create meaningful test cases with high coverage. | MIT | --- testing qa automation e2e playwright jest | # Webapp Testing ## Overview Generate and execute comprehensive test suites for web applications covering unit, integration, end-t