{"id":37255953,"url":"https://github.com/jarrodwatts/claude-delegator","last_synced_at":"2026-01-17T16:17:48.583Z","repository":{"id":331622975,"uuid":"1130040122","full_name":"jarrodwatts/claude-delegator","owner":"jarrodwatts","description":"Delegate tasks to Codex GPT 5.2 directly from within Claude Code.","archived":false,"fork":false,"pushed_at":"2026-01-10T12:03:15.000Z","size":807,"stargazers_count":161,"open_issues_count":0,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T03:42:43.926Z","etag":null,"topics":["ai-agents","claude","claude-code","codex","gpt","mcp","plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarrodwatts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-08T00:14:22.000Z","updated_at":"2026-01-11T03:38:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jarrodwatts/claude-delegator","commit_stats":null,"previous_names":["jarrodwatts/claude-delegator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jarrodwatts/claude-delegator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fclaude-delegator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fclaude-delegator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fclaude-delegator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fclaude-delegator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarrodwatts","download_url":"https://codeload.github.com/jarrodwatts/claude-delegator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fclaude-delegator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","claude","claude-code","codex","gpt","mcp","plugin"],"created_at":"2026-01-15T19:00:26.984Z","updated_at":"2026-01-17T16:17:48.563Z","avatar_url":"https://github.com/jarrodwatts.png","language":null,"funding_links":[],"categories":["🤖 Agents \u0026 Orchestration","JavaScript","MCP Servers \u0026 Protocol","MCP Servers"],"sub_categories":["Software Development"],"readme":"# Claude Delegator\n\nGPT expert subagents for Claude Code. Five specialists that can analyze AND implement—architecture, security, code review, and more.\n\n[![License](https://img.shields.io/github/license/jarrodwatts/claude-delegator?v=2)](LICENSE)\n[![Stars](https://img.shields.io/github/stars/jarrodwatts/claude-delegator?v=2)](https://github.com/jarrodwatts/claude-delegator/stargazers)\n\n![Claude Delegator in action](claude-delegator.png)\n\n## Install\n\nInside a Claude Code instance, run the following commands:\n\n**Step 1: Add the marketplace**\n```\n/plugin marketplace add jarrodwatts/claude-delegator\n```\n\n**Step 2: Install the plugin**\n```\n/plugin install claude-delegator\n```\n\n**Step 3: Run setup**\n```\n/claude-delegator:setup\n```\n\nDone! Claude now routes complex tasks to GPT experts automatically.\n\n\u003e **Note**: Requires [Codex CLI](https://github.com/openai/codex). Setup guides you through installation.\n\n---\n\n## What is Claude Delegator?\n\nClaude gains a team of GPT specialists via native MCP. Each expert has a distinct specialty and can advise OR implement.\n\n| What You Get | Why It Matters |\n|--------------|----------------|\n| **5 domain experts** | Right specialist for each problem type |\n| **Dual mode** | Experts can analyze (read-only) or implement (write) |\n| **Auto-routing** | Claude detects when to delegate based on your request |\n| **Synthesized responses** | Claude interprets GPT output, never raw passthrough |\n\n### The Experts\n\n| Expert | What They Do | Example Triggers |\n|--------|--------------|------------------|\n| **Architect** | System design, tradeoffs, complex debugging | \"How should I structure this?\" / \"What are the tradeoffs?\" |\n| **Plan Reviewer** | Validate plans before you start | \"Review this migration plan\" / \"Is this approach sound?\" |\n| **Scope Analyst** | Catch ambiguities early | \"What am I missing?\" / \"Clarify the scope\" |\n| **Code Reviewer** | Find bugs, improve quality | \"Review this PR\" / \"What's wrong with this?\" |\n| **Security Analyst** | Vulnerabilities, threat modeling | \"Is this secure?\" / \"Harden this endpoint\" |\n\n### When Experts Help Most\n\n- **Architecture decisions** — \"Should I use Redis or in-memory caching?\"\n- **Stuck debugging** — After 2+ failed attempts, get a fresh perspective\n- **Pre-implementation** — Validate your plan before writing code\n- **Security concerns** — \"Is this auth flow safe?\"\n- **Code quality** — Get a second opinion on your implementation\n\n### When NOT to Use Experts\n\n- Simple file operations (Claude handles these directly)\n- First attempt at any fix (try yourself first)\n- Trivial questions (no need to delegate)\n\n---\n\n## How It Works\n\n```\nYou: \"Is this authentication flow secure?\"\n                    ↓\nClaude: [Detects security question → selects Security Analyst]\n                    ↓\n        ┌─────────────────────────────┐\n        │  mcp__codex__codex          │\n        │  → Security Analyst prompt  │\n        │  → GPT analyzes your code   │\n        └─────────────────────────────┘\n                    ↓\nClaude: \"Based on the analysis, I found 3 issues...\"\n        [Synthesizes response, applies judgment]\n```\n\n**Key details:**\n- Each expert has a specialized system prompt (in `prompts/`)\n- Claude reads your request → picks the right expert → delegates via MCP\n- Responses are synthesized, not passed through raw\n- Experts can retry up to 3 times before escalating\n\n---\n\n## Configuration\n\n### Operating Modes\n\nEvery expert supports two modes based on the task:\n\n| Mode | Sandbox | Use When |\n|------|---------|----------|\n| **Advisory** | `read-only` | Analysis, recommendations, reviews |\n| **Implementation** | `workspace-write` | Making changes, fixing issues |\n\nClaude automatically selects the mode based on your request.\n\n### Manual MCP Setup\n\nIf `/setup` doesn't work, manually add to `~/.claude/settings.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"codex\": {\n      \"type\": \"stdio\",\n      \"command\": \"codex\",\n      \"args\": [\"-m\", \"gpt-5.2-codex\", \"mcp-server\"]\n    }\n  }\n}\n```\n\n### Customizing Expert Prompts\n\nExpert prompts live in `prompts/`. Each follows the same structure:\n- Role definition and context\n- Advisory vs Implementation modes\n- Response format guidelines\n- When to invoke / when NOT to invoke\n\nEdit these to customize expert behavior for your workflow.\n\n---\n\n## Requirements\n\n- **Codex CLI**: `npm install -g @openai/codex`\n- **Authentication**: Run `codex login` after installation\n\n---\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `/claude-delegator:setup` | Configure MCP server and install rules |\n| `/claude-delegator:uninstall` | Remove MCP config and rules |\n\n---\n\n## Troubleshooting\n\n| Issue | Solution |\n|-------|----------|\n| MCP server not found | Restart Claude Code after setup |\n| Codex not authenticated | Run `codex login` |\n| Tool not appearing | Check `~/.claude/settings.json` has codex entry |\n| Expert not triggered | Try explicit: \"Ask GPT to review this architecture\" |\n\n---\n\n## Development\n\n```bash\ngit clone https://github.com/jarrodwatts/claude-delegator\ncd claude-delegator\n\n# Test locally without reinstalling\nclaude --plugin-dir /path/to/claude-delegator\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n---\n\n## Acknowledgments\n\nExpert prompts adapted from [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) by [@code-yeongyu](https://github.com/code-yeongyu).\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE)\n\n---\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=jarrodwatts/claude-delegator\u0026type=Date\u0026v=2)](https://star-history.com/#jarrodwatts/claude-delegator\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodwatts%2Fclaude-delegator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarrodwatts%2Fclaude-delegator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodwatts%2Fclaude-delegator/lists"}