Documentation
README
Skill Conversion โ Multi-Platform
Convert Claude Code skills to work on OpenAI Codex, Google Gemini CLI, Google Antigravity, and Cursor while maintaining quality and following each platform's best practices.
Process
Step 1: Read Source Skill
- Read the source
SKILL.mdand parse frontmatter - Detect skill complexity tier (1-4)
- Inventory all files: scripts/, references/, agents/, sub-skills
- Identify MCP config (
.mcp.json) if present
Step 2: Analyze Platform Compatibility
Run dry-run analysis first:
python scripts/convert_skill.py <path> --dry-run --target all
This is the opening of the README. Read the full README on GitHub.