agent-teams skillA
agent-teams is agent-read markdown (skill) from turbokach/claude-code-setup: Orchestration playbook for parallel multi-agent work in Claude Code. Use when fanning out genuinely parallel, independent work — N independent modules, multi-lens review, competing-hypothesis debugging, backend+frontend that must agree on a contract. Defaults to background subagents (with worktree isolation only when they write files in parallel and merge later); covers when to reach for Workflows instead. Covers the lead's pipeline (plan → parallel execute → review → merge), per-role models, wo.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Parallel multi-agent playbook (lead-side) This skill is the lead/orchestrator's reference for fanning out parallel work. Only the lead orchestrates and spawns — workers implement and report back. ## 1. Fan out only when work is genuinely parallel Parallel agents cost significantly more tokens than one session (each is a full Claude instance). Reach for fan-out only when parts are **independent and run at the same time**: - N independent modules/files with no shared edits - multi-lens review (security / performance / tests) at once - debugging with competing hypotheses - backend + frontend that must agree on a contract For **sequential** work (plan → build → ship), a dependency chain, or same-file edits, do NOT fan out — run it through the `feature-workflow` skill, whose delegated execute spawns one `step-executor` per step on the session's own branch. The value here is the parallel **execution** phase only. ## 2. Pick the mechanism (this is the important decision) | Mechanism | Use when | Coordination | Cost / overhead | |-----------|----------|--------------|-----------------| …
Read the whole file at its exact version.
How to install
mdr add turbokach/claude-code-setup/agent-teams@git:20260923.28280abmdr add turbokach/claude-code-setup/agent-teams@sha256:86e954957a1334e3Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_ey6qfr5rlwoupvt4)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.28280ab latest | 2026-09-23 | 28280ab | 17,399 B | A | view · diff |
| git:20260918.f2b0b85 | 2026-09-18 | f2b0b85 | 17,432 B | A | view · diff |
| git:20260914.0e116c6 | 2026-09-14 | 0e116c6 | 17,438 B | A | view · diff |
| git:20260913.86ec833 | 2026-09-13 | 86ec833 | 17,485 B | A | view · diff |
| git:20260913.b625526 | 2026-09-13 | b625526 | 17,439 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (17399 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
turbokach/claude-code-setup · 10 stars · license MIT · pushed 2026-09-23 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_ey6qfr5rlwoupvt4 GET https://markdownregistry.com/api/v1/resolve?ref=turbokach/claude-code-setup/agent-teams GET https://markdownregistry.com/api/v1/blob/86e954957a1334e363542e41713bf2dd0e28d30dec0463fb7954fb217d761ef7
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from turbokach/claude-code-setup
Every file in turbokach/claude-code-setup