.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/compabob/_orchestrator-reference
home/subagents/chacosoldier/compabob/_orchestrator-reference
chacosoldier avatar

_orchestrator-reference

bychacosoldier· 10 subagents

Stars

29

Forks

6

Category

Productivity & Workflow

View on GitHub

TL;DR

How the main session coordinates the agent fleet. Primary routing rules live in CONSTITUTION.md; this file holds the detail.

How to install _orchestrator-reference?

chacosoldier/compabob/_orchestrator-reference
$curl -o .claude/agents/_orchestrator-reference.md https://raw.githubusercontent.com/chacosoldier/compabob/HEAD/.claude/agents/_orchestrator-reference.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install _orchestrator-reference by running `curl -o .claude/agents/_orchestrator-reference.md https://raw.githubusercontent.com/chacosoldier/compabob/HEAD/.claude/agents/_orchestrator-reference.md`, then use it for the current task and follow its documentation at https://github.com/chacosoldier/compabob.

Files · 1

View on GitHub
.claude/agents/_orchestrator-reference.md
1# Orchestrator Reference
2 
3How the main session coordinates the agent fleet. Primary routing rules live in `CONSTITUTION.md`; this file holds the detail.
4 
5> The canonical agent list and what each one is for lives in `CONSTITUTION.md` (Agent Architecture & Routing). It is not repeated here, so there is one source of truth to keep current. This file covers how the main session coordinates the fleet once a request has been routed.
6 
7## Routing
8 
9Match the request against each agent's `description`, not its name. The rules of thumb in `CONSTITUTION.md` cover the common cases. For ambiguous requests, ask one clarifying question rather than guessing.
10 
11When two agents seem equally plausible, prefer the narrower-scoped one. It will redirect if wrong; the broader one will absorb the task without flagging the boundary.
12 
13### Negative routing (disambiguation)
14 
15| Phrase | Looks like | Routes to | Why |
16|--------|-----------|-----------|-----|
17| "challenge this plan" | a coaching ask | `strategy-advisor` | An artifact is being brought for critique |
18| "what's wrong with this code" | `strategy-advisor` | `principal-engineer` | Engineering critique, not strategic |
19| "what's wrong with this plan" | `principal-engineer` | `strategy-advisor` | Strategic critique, not engineering |
20| "what does this concept really mean" | `strategy-advisor` | `first-principles` | Abstract reasoning, not a decision |
21| "save this to the vault" | the originating agent | `second-brain` | Advice-only agents request persistence |
22 
23## Pipeline patterns
24 
25**Parallel fan-out, main-session fan-in** (most common): spawn two independent agents at once, wait for both, synthesize, present.
26 
27**Sequential chain**: spawn agent A, pass its output to agent B, present.
28 
29The rule: agents produce data, the main session produces insight.
30 
31## Handoff rules
32 
33- Always pass the date range used in any query so downstream agents match it.
34- When passing data to an output step, provide structured tables, not prose.
35- Include the query or source used so a downstream agent can verify.
36- Advice-only agents (`strategy-advisor`, `principal-engineer`, `first-principles`) never write files. When their output should persist, the main session hands it to `second-brain`.
37 
38## Error handling
39 
40All agents follow `error-handling.md` for classification, retries, fallbacks, and recovery. This file defines the topology; that file defines what happens when a handoff fails.

Preview

chacosoldier/compabobchacosoldier/compabob

# Orchestrator Reference

How the main session coordinates the agent fleet. Primary routing rules live in `CONSTITUTION.md`; this file holds the detail.

> The canonical agent list and what each one is for lives in `CONSTITUTION.md` (Agent Architecture & Routing). It is not repeated here, so there is one source o

## Routing

Repochacosoldier/compabob
TypeSubagents
CategoryProductivity & Workflow
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. juliusbrussee avatarcavecrew-builderSurgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope…SubagentsJul 202693k
  2. juliusbrussee avatarcavecrew-investigatorRead-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats ~60% fewer…SubagentsJul 202693k
  3. juliusbrussee avatarcavecrew-reviewerDiff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format `path:line: <emoji> <severity>: <problem>. <fix>.` Use for "review this PR", "review my…SubagentsJul 202693k
  4. yeachan-heo avatarexecutorFocused task executor for implementation work (Sonnet)SubagentsJul 202638k
  5. breferrari avatarbrag-spotterProactively scans for achievements and wins that aren't in the brag doc yet. Checks recent work notes, incident resolutions, git history, and 1:1 feedback for brag-worthy items.SubagentsJul 20264.1k
  6. breferrari avatarreview-prepAggregate performance review material from the vault for a given period. Scans brag doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and PR deep scans. Invoke via…SubagentsJul 20264.1k