Dev & Engineering ✓ OpenAI · Official codex-migrationclaude-code-migrationconfiguration-migrationmcp-configurationcustom-agentshooks

Codex Migration Assistant

Move Claude Code instructions, skills, agents, and MCP configuration into Codex.

FollowSkills review · FSRS-2.0
Not recommended
42/ 100 5-point scale 2.1 / 5
Trust13 / 25 · 2.6/5

The evidence scopes migration, forbids changes to source files and unrelated code, and preserves unrelated configuration. However, it explicitly permits creating, replacing, or deleting generated artifacts without renewed confirmation after target selection, and --replace can delete orphaned generated artifacts; rollback, stronger confirmation, and sensitive-data flow disclosure are incomplete, so points are deducted.

Reliability4 / 20 · 1.0/5

The migration order, self-healing loop, reporting, and target validation are clearly specified. However, the supplied static material shows cli.py ending at parser.add_arg, so complete executability cannot be established; there is also no committed test suite or key-path execution evidence. The score is therefore low.

Adaptability9 / 15 · 3.0/5

The audience, migration scenarios, source surfaces, and several unsupported cases are described clearly, with multiple command modes. Trigger conditions, non-fit boundaries, Chinese-language support, and mainland-China environment fit are not established, and some use depends on reachable Codex, GitHub, or official documentation services, so points are deducted.

Convention8 / 15 · 2.7/5

The skill has layered documentation, references, command examples, manual-review blocks, and known mapping limitations, with official OpenAI provenance information. License metadata is unknown, the repository README marks the repository deprecated, and versioning, changelog, and explicit maintenance ownership are unclear, so points are deducted.

Effectiveness5 / 15 · 1.7/5

The skill addresses scanning, planning, migration, remediation, validation, and final reporting, and could theoretically produce directly usable migration results. Static review cannot confirm validation or output correctness, the supplied script appears incomplete, and several Claude semantics remain manual guidance; the score stays below the static ceiling.

Verifiability3 / 10 · 1.5/5

The source files and mapping rules are auditable, and validator functions are described. There is no skill-specific test suite, CI coverage, or third-party execution evidence, so conclusions rely mainly on static inspection and evidence strength is limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Do not treat the no-renewed-confirmation rule as safe for every target; manually confirm and back up before using --replace or overwriting Codex artifacts.
  • Verify that cli.py is complete and runnable before performing the dry-run, real migration, and validate-target sequence.
  • Migrated permissions, hooks, tool allowlists, OAuth/MCP settings, and Claude-specific semantics may be preserved only as prompt guidance and require manual review.
  • The repository is marked deprecated; confirm licensing and the future maintenance path before adoption.
See the full review method →

What it does & when to use it

This skill migrates selected Claude Code project or global configuration into Codex files. It scans, plans, dry-runs, writes, validates, and reviews the migration. Supported surfaces include instructions, skills, commands, hooks, configuration, MCP servers, and subagents. It is intended for developers moving an existing Claude Code workflow to Codex while preserving unrelated Codex settings.

Runs the Python migration script with scan-only, plan, doctor, dry-run, write, and validate-target modes. It writes instructions to AGENTS.md, skills to .agents/skills/, configuration and MCP servers to .codex/config.toml, hooks to .codex/hooks.json, and custom agents to .codex/agents/. It also inspects the migration report, fixes actionable generated-artifact issues, and reruns validation checks.

  1. A developer migrating personal ~/.claude/ configuration into ~/.codex/.
  2. A team converting project .claude/ skills, commands, and agents into Codex files.
  3. A user transferring Claude Code MCP server configuration into Codex configuration.
  4. A maintainer reviewing generated artifacts and manual migration items after conversion.

Pros & cons

Pros
  • Covers instructions, skills, commands, hooks, configuration, MCP servers, and subagents.
  • Provides scanning, planning, diagnosis, dry-run, validation, and self-healing steps.
  • Specifies preservation of unrelated Codex configuration and protection of Claude Code source files.
Limitations
  • The README says the repository is deprecated and points to the OpenAI Plugins repository for current examples.
  • No test suite or migration success-rate evidence is provided in the supplied source.
  • Plugins and marketplaces are reported as manual migration work rather than fully migrated.

How to install

This is a curated skill from openai/skills. Install it with: $skill-installer migrate-to-codex. Restart Codex after installation so it can load the skill.

How to use

Select a global or project source and target, then ask Codex to perform the migration. Example dry run: python3 .codex/skills/migrate-to-codex/scripts/migrate-to-codex.py --source ./.claude/ --target ./.codex/ --dry-run. Remove --dry-run to write the selected target, then run --validate-target against it.

FAQ

Does it modify Claude Code source files?
No. Its instructions explicitly prohibit editing .claude/, ~/.claude/, .mcp.json, and .claude.json.
Can it delete existing Codex configuration?
With a selected target, it may create, edit, replace, or delete generated Codex artifacts. It should preserve unrelated config.toml entries; --replace is used when orphan generated skills or agents should be deleted.
Does it automatically migrate Claude plugins?
Claude plugin trees and marketplaces are reported as manual migration items; the supplied instructions do not create equivalent Codex plugin artifacts.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Related skills