Agent skill · AI & Agents

migrate-to-codex

Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.

Haohao-endgithub.com/Haohao-endGitHub ↗
codexships scriptsMIT
Install
npx skills add Haohao-end/openagent --skill migrate-to-codex --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 20
SKILL.md size: 8 KB
Bundled scripts: yes
Path: api/internal/core/skills/catalog/migrate-to-codex/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 778
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Migrate to Codex ## Autonomy Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target (`AGENTS.md`, `.codex/`, `.agents/`, or `~/.codex/`). Preserve unrelated existing Codex config entries in `.codex/config.toml` or `~/.codex/config.toml`, such as `notify`, `projects`, `marketplaces`, or unrelated MCP servers; do not ask about them unless they fail validation or directly conflict with the migration. Do not edit source Claude Code files (`.claude/`, `~/.claude/`, `.mcp.json`, or `.claude.json`), unrelated project code, secrets, or another repository. ## Migration Order Run the migration in this order for each selected global or project source: 1. Start by using Codex's built-in TODO/task list tool. Do not create `MIGRATION_TODOS.md` or any TODO file unless the user explicitly asks. The TODO list input has a `plan` array whose items each have `step` and `status`; use statuses

What's inside
Steps it walks through
  1. Autonomy
  2. Migration Order
  3. Self-Healing Loop
  4. Commands
Ships with 18 files
  • LICENSE.txt
  • agents/openai.yaml
  • manifest.yaml
  • scripts/cli.py
  • scripts/migrate-to-codex.py
  • scripts/migrate/__init__.py
  • scripts/migrate/agents.py
  • scripts/migrate/codex_config.py
  • scripts/migrate/common.py
  • scripts/migrate/hooks.py
  • scripts/migrate/instructions.py
  • scripts/migrate/mcps.py
  • scripts/migrate/plugins.py
  • scripts/migrate/settings.py
  • scripts/migrate/skills.py
  • scripts/utils/__init__.py
  • scripts/utils/scan.py
  • scripts/utils/util.py
More from openagent
All skills →
About this skill
What does the migrate-to-codex skill do?

Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.

How do I install it?

Run `npx skills add Haohao-end/openagent --skill migrate-to-codex --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Haohao-end/openagent, a repository with 778 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going