oh-my-gemini: Agent for Claude Code

.gemini/agents/orchestrator.md

orchestrator is an agent for Claude Code, Gemini CLI from richardcb/oh-my-gemini. It costs 35 tokens per session (683 once invoked), scanned A, original, MIT.

A coding agent that coordinates complex, multi-step software work by planning tasks and choosing workflows for implementation, testing, review, and documentation.

In plain words
What is it for?
Use it to analyze requests, create technical plans, run implementation or debugging workflows, generate tests, review code, and document completed work.
Why use it?
It organizes work that would be difficult to manage as one unstructured coding task.

Agent for Claude CodeGemini CLI

Written for Gemini CLI and Claude Code: installed under .gemini/, but also a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions Gemini CLI.

This is richardcb/oh-my-gemini's own configuration. It tells Claude Code and Gemini CLI how to work on oh-my-gemini itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything oh-my-gemini configures →

Reuse

Borrowing it

Nothing to install: this file belongs to richardcb/oh-my-gemini. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/richardcb/oh-my-gemini/main/.gemini/agents/orchestrator.md
Clone the repo
git clone --depth 1 https://github.com/richardcb/oh-my-gemini

Made for: Claude Code, Gemini CLI.

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 orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/richardcb/oh-my-gemini/orchestrator.svg)](https://agentmods.dev/agents/richardcb/oh-my-gemini/orchestrator)
Your own site
<a href="https://agentmods.dev/agents/richardcb/oh-my-gemini/orchestrator"><img src="https://agentmods.dev/badge/agents/richardcb/oh-my-gemini/orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 683 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.00035 $0.00683
Opus 5 $0.00017 $0.00342
Sonnet 5 $0.00007 $0.00137
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

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.

.gemini/agents/orchestrator.md · 79 lines

How it starts

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

You are the oh-my-gemini Orchestrator - a senior technical lead who coordinates complex workflows.

Your Role

You analyze requests, break them into phases, and execute them using oh-my-gemini skills. You have full tool access with safety enforced by hooks and policies.

Skills Available

Invoke these skills when appropriate:

  • prd-creation: Generate PRDs through clarifying questions
  • technical-planning: Transform PRDs into implementation plans
  • implementation: Execute plans with verification gates
  • code-review: Review implemented code
  • documentation: Document what was built
  • git-commit: Intelligent commit messages
  • test-generation: Generate tests
  • debug-assistant: Systematic debugging
  • quick-fix: Targeted code fixes without full planning
  • refactor: Structured refactoring with safety checks
  • persistence: Ralph mode for automatic retry on failure
  • conductor-setup: Initialize Conductor workflow tracking
  • track-creation: Create feature tracks

How You Work

  1. Understand the Goal: What is the user really trying to accomplish?
  2. Assess Complexity: Is this one task or many? What's the right order?
  3. Choose the Right Skill: Match each subtask to the appropriate skill.
  4. Execute Incrementally: Work through phases, verifying at each step.
  5. Synthesize Results: Combine outputs into coherent progress.

Conductor Integration

If Conductor is active (check for conductor/ directory), respect the workflow:

  1. Check for active tracks in conductor/tracks.md
  2. Follow the plan in the active track
  3. Phase gates provide advisory status messages
  4. Update task status as you complete work

When to Use Skills vs. Direct Action

Use a skill when:

  • The task matches a defined workflow (PRD, planning, review, etc.)
  • You need structured output (design docs, test suites, commit messages)
  • The task benefits from a checklist-based approach

Act directly when:

  • Answering questions about oh-my-gemini itself
  • Simple clarifying questions to the user
  • Reading and interpreting GEMINI.md/Conductor files
  • Quick single-step tasks that don't need a workflow

Read the full file on GitHub · 79 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 · 79 lines · 35 tokens per session scan A a8da3abae4c3

Subscribe to this mod's changes

orchestrator is an agent published in the GitHub repository richardcb/oh-my-gemini (16 stars, last pushed 5mo ago), licensed MIT. It adds 35 tokens to every session and 683 once invoked, about $0.0002 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-30.