← ClaudeAtlas

skill-i18nlisted

Translate SKILL.md and README.md files into multiple languages for sharing skills internationally
aiskillstore/marketplace · ★ 329 · Data & Documents · score 79
Install: claude install-skill aiskillstore/marketplace
# Skill i18n Translate skill documentation files (SKILL.md, README.md) into multiple languages, making it easier to share skills with international users. ## Usage | Command | Description | |---------|-------------| | `/skill-i18n` | Translate files in current skill directory | | `/skill-i18n <skill-name>` | Translate files for specified skill | | `/skill-i18n config` | Configure default languages and file types | | `/skill-i18n --lang zh-CN,ja` | Translate to specified languages (for integration) | | `/skill-i18n --files SKILL.md,README.md` | Translate specified files | ## Supported Languages | Language | Code | Output File | |----------|------|-------------| | 简体中文 | `zh-CN` | `SKILL.zh-CN.md` | | 日本語 | `ja` | `SKILL.ja.md` | | 한국어 | `ko` | `SKILL.ko.md` | | Español | `es` | `SKILL.es.md` | | Custom | User-defined | `SKILL.<code>.md` | ## Configuration All settings are stored in `~/.claude/skill-i18n-config.json`: ```json { "default_languages": ["zh-CN", "ja"], "default_files": ["SKILL.md"], "skills_config": { "port-allocator": { "languages": ["zh-CN", "ja", "ko"], "files": ["SKILL.md", "README.md"] } } } ``` **Configuration Fields:** | Field | Description | Default | |-------|-------------|---------| | `default_languages` | Languages to translate by default | `["zh-CN", "ja"]` | | `default_files` | Files to translate by default | `["SKILL.md"]` | | `skills_config` | Per-skill configuration | `{}` | ## Execution Steps ### Command: `/s