This skill should be used when setting up, auditing, or enforcing internationalization/localization in UI codebases (React/TS, i18next or similar, JSON locales), including installing/configuring the i18n framework, replacing hard-coded strings, ensuring en-US/zh-CN coverage, mapping error codes to localized messages, and validating key parity, pluralization, and formatting.
6.8
Rating
0
Installs
Frontend Development
Category
Excellent i18n skill with comprehensive workflow covering setup, audit, replacement, and validation. The description clearly signals when to invoke this skill. Task knowledge is strong with concrete commands (rg searches, audit script usage), specific implementation patterns (key namespaces, plural forms), and critical guardrails (never expose raw errors). Structure is logical with well-organized sections, though some overlap exists between 'Core Capabilities' and 'Architecture Guidance'. Novelty is solid—i18n setup requires framework-specific knowledge, locale parity validation, pluralization rules, and error-code mapping that would consume many CLI tokens; the audit script and structured workflow provide real efficiency gains. Minor improvement areas: the workflow could be slightly more concise, and a few sections (Performance Notes, Failure Modes) add marginal value. Overall, this is a well-crafted skill that meaningfully reduces the token cost and complexity of i18n implementation.
Loading SKILL.md…

Skill Author