agent-orchestration

agent-orchestration is a skill for Claude Code from joryeugene/tripod. It costs 33 tokens per session (1,363 once invoked), scanned B, original, no licence file.

A skill for starting and coordinating multiple Claude Code agents on separate work streams.

In plain words
What is it for?
Running parallel investigations or implementation tasks when the work does not involve shared files.
Why use it?
It helps divide a larger plan into independent tasks that can be completed at the same time without conflicting changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tripod plugin — 25 skills, 1 hook shipped together

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.

agentmods
npx agentmods add skills/joryeugene/tripod/agent-orchestration
Any agent
npx skills add joryeugene/tripod --skill agent-orchestration
Clone the repo
git clone --depth 1 https://github.com/joryeugene/tripod

Made for: Claude Code.

Or install tripod, the plugin that ships this one along with the rest of its 25 skills, 1 hook.

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 agent-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/joryeugene/tripod/agent-orchestration.svg)](https://agentmods.dev/skills/joryeugene/tripod/agent-orchestration)
Your own site
<a href="https://agentmods.dev/skills/joryeugene/tripod/agent-orchestration"><img src="https://agentmods.dev/badge/skills/joryeugene/tripod/agent-orchestration.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,363 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.00033 $0.01363
Opus 5 $0.00016 $0.00681
Sonnet 5 $0.00007 $0.00273
Haiku 4.5 $0.00003 $0.00136

Measured 6d ago against content hash 3efed0807c4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

agent-orchestration scanned grade B with 1 finding 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 6d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` set in your environment. Add it to `~/.claude/settings.json` under the `env` key (see `settings.json.example`). Without this flag, `TeamCreate` and `TaskCreate` are not a
skills/agent-orchestration/SKILL.md · 141 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 141 lines · 33 tokens per session scan B 3efed0807c4e

Subscribe to this mod's changes

agent-orchestration is a skill published in the GitHub repository joryeugene/tripod (2 stars, last pushed 6d ago), with no licence file. It adds 33 tokens to every session and 1,363 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

onboard

Build a structured cheatsheet for an unfamiliar codebase — architecture, entry points, conventions, where-things-live, and how to run and test it. Run this to orient before /mission.

SyloRei/claude-godmode · 42 tokens

ideate

Pre-mission discovery: discuss and think out candidate directions for the next feature mission, converge on one concrete proposal, and capture the reasoning as a durable artifact that /mission later reads as its seed. Use when: ideate, what should the next mission be, explore options before committing to a charter.…

SyloRei/claude-godmode · 78 tokens

debug

Find the root cause of a failure with evidence, then fix it. Use this when something is broken: a bug, a failing test, an unexpected result, or an error you need to track down.

SyloRei/claude-godmode · 43 tokens

refactor

Improve code structure without changing behavior, verifying with tests at every step. Use this when you want to restructure, extract, rename, or simplify existing code that already works.

SyloRei/claude-godmode · 37 tokens

tdd

Build new behavior test-first using strict Red-Green-Refactor cycles. Use this when you want to drive a new feature or behavior from failing tests before writing the implementation.

SyloRei/claude-godmode · 38 tokens

profile

Analyze and improve the performance of code that is too slow or too heavy: establish a baseline, find the real bottleneck with profiling, and recommend the highest-payoff optimizations. Use this when something is measurably slow and you need to know what to fix before changing it.

SyloRei/claude-godmode · 59 tokens