What problem does it solve? Adding a new language to the IGOOR application requires touching dozens of files: global locale JSON, per-plugin translation files, biorecorder questionnaires, settings dictionaries, onboarding dropdowns, ASR/TTS model configs, and the MSIX manifest. This Skill automates that entire multi-step workflow so nothing is missed. ## Core Features & Use Cases - Complete locale generation: Creates global common/default-settings files and per-plugin translation JSON files for every plugin, translating French reference values into the target language while preserving English keys and {param} placeholders. - Code and config updates: Edits settings_manager.py (LANG_TO_NAME, LANG_STYLE_NOTES), the onboarding Vue dropdown, Speechify/PocketTTS language maps, Sherpa ASR model catalog, and the MSIX AppxManifest resources. - Validation and reporting: Runs key-count comparisons, JSON syntax checks, Python compile checks, and produces a summary report with ASR/TTS compatibility warnings. - Use Case: Run /add-language es_ES Spanish to generate all Spanish translations, wire up language settings, verify Whisper/Sherpa model support, and get a completeness report. ## Quick Start Ask the AI to add Spanish language support to the IGOOR app using locale code es_ES.