dispatch
FeaturedDelegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code. Say 'check with codex' or 'ask gemini for a second opinion' and Claude runs the other agent, keeps a topic-aware session, and critiques the result.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- davepoon
- Repository
- davepoon/buildwithclaude
- Created
- 1 years ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ccg
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results
second-opinion
Get an independent second opinion from the Codex CLI (OpenAI GPT-5.x) on a plan, prompt, design, code change, or any piece of work — then run a structured debate/relay between Claude and Codex until they converge, and synthesize a joint recommendation. Codex shares Claude's skills (via ~/.agents/skills) so it can ground its critique in the same playbooks (e.g. seedance-2-prompt-engineer). Use when the user says "second opinion", "ask codex", "what does codex think", "run it by codex", "debate this with codex", "sanity check with gpt", or "/second-opinion".
codex-delegate
Delegates implementation-heavy or repetitive coding work (batch edits, boilerplate, multi-file refactors with clear patterns, test scaffolding) from Claude to OpenAI Codex CLI. Use when token cost outweighs judgment cost. Trigger phrases include "delegate to codex", "let codex do this", "batch refactor across files", "scaffold tests for". Avoid for architecture, security review, or root-cause debugging.