dispatch

Featured

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.

AI & Automation 3,438 stars 500 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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](https://github.com/sparklingneuronics/sparkling-skills) (MIT) ## When to Use This Skill - Getting a second opinion from a different model family before merging - Cross-checking Claude's analysis against Codex or Gemini - Delegating a side task (research, review, image generation) to another CLI - Triangulating a decision across multiple models and having Claude reconcile disagreements - Resuming a prior delegation thread without restating context ## What This Skill Does 1. **Routes to the right CLI** based on the tool you name — "codex" invokes Codex CLI, "gemini" or "agy" invokes Antigravity CLI 2. **Picks sensible defaults** — Codex: gpt-5.5, read-only sandbox; Antigravity: Gemini 3.5 Flash (or the model you name) 3. **Synthesizes the result** — Claude summarizes findings, states where it agrees or disagrees, and recommends next steps 4. **Tracks topics** — each delegation gets its own external session, resumed by ID on follow-ups ## Examples ### Second opinion on code ``` User: ask co...

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