Skip to main content

Migrate Claude To Codex

@mesgme/migrate-claude-to-codexv2026.09.10.2· 1d agoMODELS
01README

Scan Claude Code configuration and generate equivalent Codex AGENTS.md

02Models1
@mesgme/migrate-claude-to-codexv2026.09.10.2extensions/models/migrate.ts

Global Arguments

ArgumentTypeDescription
repoPathstring
fn scan()
Scan the target repo for Claude Code configuration files
fn generate(writeToDisk?: boolean)
Generate Codex AGENTS.md from a previous scan.
ArgumentTypeDescription
writeToDisk?boolean
fn migrate(writeToDisk?: boolean)
Convenience method: scan + generate in one call.
ArgumentTypeDescription
writeToDisk?boolean

Resources

scan(infinite)— Scan results — all Claude Code config files found in the target repo.
output(infinite)— Generated AGENTS.md content and metadata.
03Stats
B
85 / 100
Downloads
0
Archive size
15.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository0/2missing
04Platforms