Claude Tools / Plugins / claude-delegator
Plugins · jarrodwatts/claude-delegator
claude-delegator
GPT expert subagents for Claude Code via Codex CLI. Five specialized experts: Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst.
CLEARED_STATICagent-agnosticv1.1.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/setup.md
componentmedium
commands/uninstall.md
componentlow
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 1 lexical match(es)
README
From the repository
# Claude Delegator GPT expert subagents for Claude Code. Five specialists that can analyze AND implement—architecture, security, code review, and more. [](LICENSE) [](https://github.com/jarrodwatts/claude-delegator/stargazers)  ## Install Inside a Claude Code instance, run the following commands: **Step 1: Add the marketplace** ``` /plugin marketplace add jarrodwatts/claude-delegator ``` **Step 2: Install the plugin** ``` /plugin install claude-delegator ``` **Step 3: Run setup** ``` /claude-delegator:setup ``` Done! Claude now routes complex tasks to GPT experts automatically. > **Note**: Requires [Codex CLI](https://github.com/openai/codex) or [Gemini CLI](https://github.com/google/gemini-cli). Setup guides you through installation. --- ## What is Claude Delegator? Claude gains a team of GPT and Gemini specialists via native MCP. Each expert has a distinct specialty and can advise OR implement. **Note:** You can use either provider (GPT or Gemini), or both. T…