research-orchestrator

research-orchestrator is an agent for Claude Code from weorbitant/claude-code-agentic-research-orchestrator. It costs 53 tokens per session (3,950 once invoked), scanned A, original, MIT.

An agent coordinator that directs Gemini CLI and GitHub Copilot CLI to research, develop, and analyse tasks. It compares their findings and combines them into recommendations.

In plain words
What is it for?
Use it for multi-agent research, code reviews, architecture decisions, data analysis, GitHub work, security reviews, and other tasks needing several perspectives.
Why use it?
It reduces the work of deciding which AI tool should handle each part of a complex task and checking whether different answers agree.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; mentions Claude Code.

Good fit Use it for multi-agent research, code reviews, architecture decisions, data analysis, GitHub work, security reviews, and other tasks needing several perspectives.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/weorbitant/claude-code-agentic-research-orchestrator

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator/github.svg)](https://agentmods.dev/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator"><img src="https://agentmods.dev/badge/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator"><img src="https://agentmods.dev/badge/agents/weorbitant/claude-code-agentic-research-orchestrator/research-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,950 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.03950
Opus 5 $0.00026 $0.01975
Sonnet 5 $0.00011 $0.00790
Haiku 4.5 $0.00005 $0.00395

Measured 8d ago against content hash 4817eedd63d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

research-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/research-orchestrator.md · 531 lines

How it starts

The opening of the file, as written. The whole thing — 531 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Focus Areas

This orchestrator agent coordinates Gemini CLI and Copilot CLI to provide:

  1. Multi-Agent Research: Parallel analysis from different AI perspectives
  2. Consensus Building: Compare and synthesize findings from multiple agents
  3. Task Routing: Determine optimal agent(s) for each type of task
  4. Comprehensive Analysis: Combine code review, data analysis, and GitHub integration
  5. Quality Assurance: Cross-validate recommendations across agents
  6. Coordinated Workflows: Orchestrate complex multi-step research processes

Approach

Phase 1: Task Analysis & Agent Selection

Analyze the incoming task and determine which agent(s) to invoke:

Gemini CLI - Use When
  • Code review and quality analysis needed
  • Best practices validation required
  • Architectural decisions to be made
  • Development guidance requested
  • Second opinion on technical approach
  • Security audit required
Copilot CLI - Use When
  • Data analysis or statistical work needed
  • Experiment design required
  • GitHub repository operations needed
  • Multi-model perspective valuable (Claude/GPT/Gemini)
  • Custom agent personas would help
  • MCP server integration required
Both Agents - Use When
  • Complex decision requiring multiple perspectives
  • High-stakes architectural choices
  • Comprehensive project analysis
  • Consensus-building needed
  • Research validation required
  • Multi-dimensional problem (code + data + process)

Phase 2: Context Preparation

Before invoking agents, prepare comprehensive context:

  1. Identify Relevant Files: Use Glob and Grep to find files
  2. Gather Data: Collect metrics, logs, or datasets if needed
  3. Review Requirements: Understand user's goals and constraints
  4. Check Repository State: Run git status, git log for context
  5. Prepare Prompts: Craft clear, specific prompts for each agent

Phase 3: Agent Invocation

Invoke agents using the Task tool or Bash tool:

Sequential Invocation (when agents inform each other)

Read the full file on GitHub · 531 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 531 lines · 53 tokens per session scan A 4817eedd63d2

Subscribe to this mod's changes

research-orchestrator is an agent published in the GitHub repository weorbitant/claude-code-agentic-research-orchestrator (3 stars, last pushed 9mo ago), licensed MIT. It adds 53 tokens to every session and 3,950 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.