zuharzzuharzCommunityยท7 Agent Skills Included

ccode-to-codex

Migrate Claude Code skills and agents into Codex

Converts Claude Code skills and agent definitions into native Codex skill packages and TOML agent files. Classifies migration risk, flags blockers and dependency gaps, and normalizes MCP tool namespaces before any files are written. Validates migrated artifacts, tracks progress in a dashboard, and supports dry-run previews to eliminate manual rework.
npx skills add zuharz/ccode-to-codex --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’