Agent skill · Workflow & Productivity

dispatch

Delegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code with topic-aware sessions

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill dispatch --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: sparklingneuronics
Path: skills/dispatch/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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`

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Name the tool in natural language
  5. Step 2: Claude invokes the external CLI
  6. Step 3: Claude synthesizes and critiques the result
  7. Step 4: Follow up naturally
  8. Examples
  9. Example 1: Pre-merge code review
  10. Example 2: Cross-model architecture challenge
  11. Example 3: Resume a prior thread
  12. Best Practices
  13. Limitations
  14. Security & Safety Notes
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going