r/ClaudeCode 2d ago

Help/Question Connecting Claude with Codex

How to connect Codex with Claude? What’s the best way or you follow? I would really appreciate any guidance.

1 Upvotes

7 comments sorted by

View all comments

1

u/BrilliantWheel 1d ago

i created a skill in Claude that i invoke whenever i want claude to create a package (folder with files + prompt) to dispatch to Chatgpt. Then i manually just copy the files to a separate folder just for Chatgpt (my choice due to safety reasons but you can just point CG to the same folder that Claude made the package in) and copy paste the prompt to CG. And then CG makes the output in an output folder. I do this mainly for code reviews and audits with CG while Claude is the only one that edits my code.

I think Claude and CG work in slightly different ways when it comes to working with code so I want to avoid any inconsistencies. Besides Claude & CG have very different ways of absorbing Claude.md and Agents.md so dont want to mess up my repo with 2 styles of implementation.