dispatch
Installation
SKILL.md
Dispatch
Overview
A Claude Code plugin that delegates tasks to external AI CLIs from inside the current session. 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).
When to Use This Skill
- Use when you want a second opinion from a different model family before merging or shipping
- Use when you want to cross-check Claude's analysis against Codex or Gemini
- Use when you want to delegate a side task (research, review, image generation) to another CLI without leaving Claude Code
- Use when you want to triangulate a decision across multiple models and have Claude reconcile the disagreements
- Use when you want to resume a prior delegation thread without restating context
How It Works
Step 1: Name the tool in natural language
Say "check with codex", "ask gemini for a second opinion", or "have agy review this". Claude identifies which CLI to invoke based on the tool name. No slash command required (though /codex and /agy work as deterministic alternatives).