Skip to main content
ClaudeWave
Skill822 estrellas del repoactualizado 5d ago

migrate-to-codex

This Claude Code skill automates the migration of existing agent configurations to Codex conventions by scanning repository instruction files and configuration directories, identifying automatically migratable content versus items requiring manual confirmation, and proceeding through completion without partial implementation. Use it when transitioning Claude, Cursor, or other agent configurations to Codex standards while preserving existing settings for skills, agents, hooks, or MCP configurations.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/migrate-to-codex && cp -r /tmp/migrate-to-codex/api/internal/core/skills/catalog/migrate-to-codex ~/.claude/skills/migrate-to-codex
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

skill.md

# migrate-to-codex

这是一个把现有代理配置迁移到 Codex 约定的技能。

## 适用场景

- 用户要把 Claude/Cursor/其他 agent 配置迁移到 Codex
- 需要迁移 skills、agents、hooks 或 MCP 配置
- 用户希望保留已有设置并逐步完成迁移

## 工作方式

1. 扫描仓库里的指令文件和配置目录。
2. 识别哪些内容可以自动迁移,哪些需要手工确认。
3. 继续推进直到迁移完成,不要只做一半。