Translation
Convert skills between AI agent formats
Translation
SkillKit automatically converts between all 32 agent formats using an adapter pattern.
Basic Translation
skillkit translate react-patterns --to cursorTranslate All
skillkit translate --all --to windsurfPreview Mode
skillkit translate my-skill --to codex --dry-runBatch Translation
skillkit agent translate --source ./my-skills --to cursor
skillkit agent translate --source ./skills --to cursor --recursiveFormat Mapping
| Source | Target | Notes |
|---|---|---|
| SKILL.md | .mdc | Cursor format |
| SKILL.md | Markdown | GitHub Copilot |
| .mdc | SKILL.md | Reverse conversion |
How It Works
Universal Format (SKILL.md)
↓
Adapter Interface
↓
Agent-Specific FormatsEach adapter implements:
getConfigPath()- Returns skill directorygenerateConfig()- Converts content to target format