Migrate Claude agent definitions (.claude/agents/*.md) to Codex-compatible markdown or TOML outputs under .codex/agents/. Strips frontmatter, maps fields to native Codex contracts, normalizes MCP namespaces, and classifies agents into 3 tiers. Includes adversarial cross-model review (GPT-5.4 inline native sub-agent) with auto-fix loop before completion. Use when asked to "migrate agents to codex", "convert agents", or "port agent definitions". Pipeline stage: CODE → VERIFY.
$npx -y skills add zuharz/ccode-to-codex --skill migrate-agents-to-codexInstalls into the current project.
Run `npx skills use "https://github.com/zuharz/ccode-to-codex" --skill "zuharz/ccode-to-codex/migrate-agents-to-codex"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zuharz/ccode-to-codex" that are relevant to the current task. Run `npx skills add "https://github.com/zuharz/ccode-to-codex"` and select the relevant skills, then follow their instructions.