zuharz/ccode-to-codex
51 stars · Last commit 2026-05-21
Migrate Claude Code skills and Agents to Open AI Codex native skills and agents. Semantic mapping preserves original behavior, classifies migration risk (MECHANICAL / MANUAL / REFACTOR), validates structure, and tracks progress end-to-end. No manual rewrite required. Keep what you built. Run it in Codex CLI. Experimental.
README preview
<img width="2304" height="1128" alt="image" src="https://github.com/user-attachments/assets/6cc15c33-d3d7-41d8-bc21-f9e661250ebf" /> # ccode-to-codex Experimental toolkit for migrating Claude Code skills and agents into the Codex ecosystem. It converts reusable workflows into Agent Skill packages, reusable roles into custom-agent TOML files, normalizes MCP tool namespaces for Codex, and preserves delegation behavior through native Codex subagent orchestration where appropriate. > ⚠ **Experimental** — interfaces, artifact layouts, and validation rules may > change without notice. ## What it is This repository is a migration system: ```text Claude source artifacts -> migration workflows -> Codex-native outputs ```