$npx -y skills add hogan-tech/brand-loom --skill bilingualUse when you need to translate marketing copy between EN and zh-TW while preserving brand voice, tone, and impact. Not word-level translation — a voice-preserving rewrite in the target locale.
| 1 | # Bilingual Translator (EN ↔ zh-TW) |
| 2 | |
| 3 | Voice-preserving translation between English and Traditional Chinese. Preserves brand tone, audience targeting, and phrase preferences across languages. |
| 4 | |
| 5 | ## Quick start |
| 6 | |
| 7 | - CLI: `brand-loom run bilingual --text "Ship it, then iterate." --target-locale zh-TW` |
| 8 | - Python API: `run_skill("bilingual", "Ship it.", target_locale="zh-TW")` |
| 9 | |
| 10 | ## Features |
| 11 | |
| 12 | - Voice-preserving rewrite (not word-level translation) |
| 13 | - Supports `preserve_terms` to keep brand names, acronyms verbatim |
| 14 | - Full `brand_context` support (tone, audience, do/avoid phrases) |
| 15 | - Returns unchanged if source = target locale |
| 16 | |
| 17 | > **Multi-language support beyond EN/zh-TW** (auto-detection, 10+ locales, continuous voice alignment) lives in hosted **[Neoxra](https://neoxra.com)**. |