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,223 stars 443 forks Updated yesterday 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
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

ccg

Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results

38,108 Updated today
Yeachan-Heo
AI & Automation Solid

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.

62 Updated 5 days ago
WenyuChiou
AI & Automation Listed

codex-consult

Consult OpenAI Codex (via the local `codex` CLI, non-interactive `codex exec`) for the two things it is comparatively strong at: (1) CONCISE, well-STRUCTURED writing — tightening verbose prose, restructuring a doc into a clean outline / tables / sections, executive summaries, README skeletons, changelog entries — and (2) IMAGE GENERATION — hero/placeholder art, logos, simple illustrative art, produced as real PNG files on disk (labeled flowcharts / architecture / sequence diagrams are NOT this — render those natively as Mermaid). Use whenever a document needs to get SHORTER and better ORGANIZED (not prettier-sounding), or whenever the user wants a generated image. Triggers: "codex한테 물어봐 / codex로 정리해 / 간결하게 정리해줘 / 구조화해줘 / 문서 구조 잡아줘 / 이미지 만들어줘 / 그림 생성해줘", or in English "ask codex", "tighten this up", "make this concise", "restructure this doc", "generate an image". Korean NUANCE/copy polish belongs to the sibling skill gemini-consult — this skill owns structure, concision, and images. Returns candidates/files f

3 Updated today
uzysjung