Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By antonbabenko
Orchestrate multiple AI models (GPT, Gemini, Grok) as expert subagents within Claude Code to get independent second opinions, synthesize responses, and run consensus loops for code review, security analysis, debugging, and planning.
npx claudepluginhub antonbabenko/claude-delegator --plugin claude-delegatorAsk GPT, Gemini, and Grok in parallel for independent second opinions, then synthesize and compare. Zero cross-contamination.
Get Gemini second opinion on a question or current work. Single-shot, advisory, no contamination. Pinned to auto-gemini-3.
Get GPT (Codex) second opinion on a question or current work. Single-shot, advisory, no contamination.
Get Grok (xAI) second opinion on a question or current work. Single-shot, advisory, no contamination.
Arbiter-mediated consensus - GPT + Gemini + Grok review while Claude commits a blind verdict, adjudicates, and synthesizes. Converges only with cross-model agreement. Max 5 rounds.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-to-AI collaboration โ review code, brainstorm ideas, and debate plans across Gemini, Codex, and Ollama
Delegate tasks to Codex, Gemini, and OpenCode AI agents via Owlex MCP
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Multi-agent deliberation for AI coding assistants
Hub plugin for cc-multi-cli-plugin: contains the companion runtime, subagents, setup wizard, and customization skills.
Get a second opinion in Claude Code from GPT, Gemini, and Grok. Seven domain experts (Architect, Code Reviewer, Security Analyst, and four more) review your plans, find bugs, and debate edge cases until they agree.

One model is a guess. Three that agree is a plan. โ read the blog post
/consensus run: round 1 disagreement to round 5 convergence


/ask-all stage a 2-round architect debate: three models, three verdicts, then each critiques the others - disagreement matrix included
When three models argue, the real bug reveals itself. Round 1 = independent top findings. Round 2 = each model dunks on the others' picks. The disagreement matrix shows where they diverge; the conclusion shows what to actually fix first.
Claude can ask GPT, Gemini, or Grok for help through MCP. The plugin handles the wiring for each provider so you just write the prompt. Each expert has a distinct specialty and can advise or implement.
You can use any subset of the three providers. The plugin detects which are configured and routes accordingly.
| What you get | Why it matters |
|---|---|
| 7 domain experts | The right specialist for each problem type |
| GPT, Gemini, or Grok | Use your preferred provider(s) |
| Dual mode | Experts analyze (read-only) or implement (write) |
| Auto-routing | Claude detects when to delegate from your request |
| Synthesized responses | Claude interprets expert output, never raw passthrough |
Inside a Claude Code instance, run:
1. Add the marketplace - antonbabenko/agent-plugins
/plugin marketplace add antonbabenko/agent-plugins
2. Install the plugin
/plugin install claude-delegator@antonbabenko
3. Run setup
/claude-delegator:setup
Claude now routes complex tasks to your GPT, Gemini, and Grok experts.
The canonical marketplace is antonbabenko/agent-plugins (above), which also bundles the other plugins.
After editing plugin code or upgrading the plugin version:
/mcpgemini โ Reconnectgrok โ ReconnectNo claude restart needed. Session context is preserved.
Do NOT use /reload-plugins - it only applies a manifest diff and ignores source edits.
You need at least one provider:
npm install -g @openai/codex, then codex login.agy and login.XAI_API_KEY (get a key at https://console.x.ai).Bundled with the plugin (available once installed):
| Command | Purpose |
|---|---|
/claude-delegator:setup | Configure Codex/Gemini/Grok MCP servers + orchestration rules |
/claude-delegator:consensus | ๐ฅ๐ฅ๐ฅ Arbiter-mediated GPT + Gemini + Grok + Claude convergence loop |
/claude-delegator:ask-all | ๐ฅ GPT + Gemini + Grok in parallel, synthesized |
/claude-delegator:ask-gpt | One-shot GPT (Codex) second opinion |
/claude-delegator:ask-gemini | One-shot Gemini second opinion |
/claude-delegator:ask-grok | One-shot Grok (xAI) second opinion (advisory-only) |
/claude-delegator:uninstall | Remove MCP config, rules, and aliases |
/claude-delegator:grok-files | List, prune, or gc Grok-uploaded files (storage + local cache cleanup) |
/setup can also install short aliases (/ask-gpt, /ask-gemini, /ask-grok, /ask-all, /consensus, /grok-files) into ~/.claude/commands/. This is opt-in. Existing same-named commands are kept by default; setup asks before overwriting any of them. /uninstall removes an alias only if it is byte-identical to the bundled copy.