What problem does it solve?
Translating the human-facing text of a Claude skill is manual, error-prone, and risks altering code or metadata; this Skill automates consistent language transformation while preserving frontmatter and code. It ensures that documentation, examples, and help text are converted without changing names, paths, or executable source files and avoids leaking unsanitized content during translation.
Core Features & Use Cases
- Consistent translations of SKILL.md bodies, section headers, comments, usage strings, and example outputs while preserving frontmatter name and description.
- Safe handling of assets by detecting binary files and copying them unchanged, reporting skipped binaries, and refusing to overwrite existing target locations.
- Practical workflow integration for local development or export pipelines: sanitize first, then translate, then package for sharing or deployment.
Quick Start
Run /export-skill:translate say en to translate the 'say' skill's human-readable files from Dutch to English into a new language-suffixed directory alongside the source.