ccode-to-codex
Migrate Claude Code skills and agents into Codex
All Skills in This Repository (7)
Pure Emerald Level Indicatorsmigration-dashboard
Track migration progress and prioritize next artifacts from migration-state.json.
migrate-to-codex
Migrates Claude Code skills and slash commands to native Codex artifacts.
example-skill
Provide a minimal placeholder SKILL.md entry point for migration documentation examples.
migrate-agents-to-codex
Migrate Claude agent definitions to Codex TOML or markdown formats.
example-commit-helper
Generate a sample conventional commit message for uncommitted changes.
verify-skill-migration
Validate migrated Codex skill packages for migration drift and compliance issues.
hello-world-skill
Create and verify a fixed greeting text file.
Frequently Asked Questions
FAQPage SchemaHow to install ccode-to-codex?โผ
Run `npx skills add zuharz/ccode-to-codex --all -g -y` in your terminal to install all migration skills globally.
How to migrate Claude skills to Codex?โผ
Place your Claude skills under .claude/skills/ and run the migrate-to-codex skill, which classifies risk, converts the workflow, and validates the output under .codex/skills/.
Can I preview a migration before writing files?โผ
Yes. Every migration workflow supports dry-run and preview modes so you can review blockers, dependency gaps, and generated output before touching live .codex/ files.
Does it convert Claude agents to Codex agents?โผ
Yes. The migrate-agents-to-codex skill converts Claude agent markdown definitions into native Codex TOML custom agents, including MCP namespace normalization and a nativeness audit.
How do I track migration progress?โผ
The migration-dashboard skill reads migration-state.json to show progress, drift, validation results, and recommendations on what to migrate next.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core