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.
Install with Tessl CLI
npx tessl i github:daymade/claude-code-skills --skill i18n-expert90
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-crafted skill description that clearly defines its scope (i18n/l10n for React/TS UI codebases), lists specific concrete actions, and explicitly states when it should be used. The description uses proper third-person voice and includes excellent trigger terms that users would naturally use when needing this functionality.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: '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.' | 3 / 3 |
Completeness | Explicitly answers both what ('installing/configuring the i18n framework, replacing hard-coded strings...') AND when ('when setting up, auditing, or enforcing internationalization/localization in UI codebases') with clear trigger conditions. | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'internationalization', 'localization', 'i18n', 'React/TS', 'i18next', 'JSON locales', 'hard-coded strings', 'en-US/zh-CN', 'pluralization' - good coverage of both technical terms and common variations. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused specifically on i18n/l10n in UI codebases with React/TS stack - unlikely to conflict with general coding skills or other document processing skills due to specific domain focus. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, actionable skill with excellent workflow clarity and concrete executable guidance. The main weaknesses are moderate verbosity in explanatory sections and inline content that could be split into referenced files for better progressive disclosure. The validation checkpoints and feedback loops are particularly strong.
Suggestions
Trim the 'Core Capabilities' section - Claude already knows what i18n libraries do; focus on project-specific decisions
Move 'Architecture Guidance', 'Performance Notes', and 'Failure Modes' to a separate ADVANCED.md file with clear links from the main skill
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Generally efficient but includes some unnecessary elaboration (e.g., 'Core Capabilities' section lists things Claude already knows, some sections like 'Architecture Guidance' could be trimmed). The skill respects Claude's intelligence in most areas but has room for tightening. | 2 / 3 |
Actionability | Provides concrete, executable commands (rg searches, python scripts, json validation), specific patterns like `t('namespace.key')` and `_one/_other` for plurals, and clear code examples. The guidance is copy-paste ready and specific. | 3 / 3 |
Workflow Clarity | Excellent 8-step workflow with clear sequencing, explicit validation checkpoints (step 3 audit, step 8 validate), and a feedback loop ('Re-run the audit until missing/parity issues are zero'). Includes blockers and verification steps for risky operations. | 3 / 3 |
Progressive Disclosure | Content is reasonably organized with clear sections, but the skill is somewhat monolithic. References to external scripts exist but advanced topics (RTL, SEO, performance) are inline rather than linked to separate files. Could benefit from splitting detailed guidance into referenced documents. | 2 / 3 |
Total | 10 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.