davepoon/dispatch
Delegate 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.
npx skills add https://github.com/davepoon/buildwithclaude --skill dispatch
Delegate tasks to external AI CLIs from inside Claude Code. Say "check with codex", "ask gemini for a second opinion", or "validate this before I merge" and Claude runs the other agent, keeps a topic-aware conversation, and critiques the result rather than echoing it.
Supports OpenAI Codex CLI and Google Antigravity CLI (multi-model: Gemini, Claude, GPT-OSS). No API keys — both CLIs use their own auth (OAuth / Google sign-in).
Source: sparklingneuronics/sparkling-skills (MIT)
User: ask codex to review my uncommitted changes before I merge
Claude: [runs codex review --uncommitted, synthesizes findings]
Codex flagged three things. I agree with #1 (missing null check)
but #2 and #3 are false positives. Want me to fix the null check?
User: ask gemini to challenge this architecture
Claude: [runs agy with Gemini 3.1 Pro, compares with own analysis]
Gemini raises a valid concern about hot-partition risk that I
hadn't flagged. Its other two points don't apply here.
User: continue with codex — is the top issue real?
Claude: [resumes the same codex session with a delta bridge]
Codex confirms the null-check issue — it traced the code path.
codex CLI + codex login (OAuth)agy CLI + Google sign-in (free account)Install: claude install-plugin sparklingneuronics/sparkling-skills
Take davepoon/dispatch from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.