Original Reddit post

i was switching between Claude Code, Codex, and Antigravity all day. each is genuinely better at different things (claude for editing, codex for image gen and PR review, antigravity for search-grounded reasoning), but jumping between three terminals to use them broke my flow constantly. so i wrote a small skill bundle that lets the host CLI delegate to another one. you type a task in claude code and if the work is a better fit for codex or antigravity, claude shells out to the other CLI, waits for the result, and returns it inline. it’s just SKILL.md

  • a few small scripts per target. the host auto-discovers them. example: ask claude code to generate a diagram, it detects the gap (claude can’t generate images), calls codex underneath, hands back the file. current targets: codex, antigravity ( agy ), kiro ( kiro-cli ), notebooklm. drop-in for whichever combos you actually have installed. repo: https://github.com/cskwork/cc-agent-call MIT, README in EN and KO. happy to take feedback on what other CLIs to wire up. posted via my own Reddit MCP — https://github.com/cskwork/reddit-mcp submitted by /u/International_Hawk30

Originally posted by u/International_Hawk30 on r/ClaudeCode