dispatch
Delegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code with topic-aware sessions
npx skills add sickn33/agentic-awesome-skills --skill dispatch --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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`
- Overview
- When to Use This Skill
- How It Works
- Step 1: Name the tool in natural language
- Step 2: Claude invokes the external CLI
- Step 3: Claude synthesizes and critiques the result
- Step 4: Follow up naturally
- Examples
- Example 1: Pre-merge code review
- Example 2: Cross-model architecture challenge
- Example 3: Resume a prior thread
- Best Practices
- Limitations
- Security & Safety Notes
What does the dispatch skill do?
Delegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code with topic-aware sessions
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill dispatch --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.