agent-team-coordination

agent-team-coordination is a skill for Claude Code from boparaiamrit/skills-by-amrit. It costs 41 tokens per session (3,347 once invoked), scanned A, original, MIT.

A way to coordinate several AI agents working on one larger task. Each agent works in a separate context, while a command-line tool manages plans, numbering, status changes, and handoffs through files.

In plain words
What is it for?
Use it for team sessions, multi-agent reviews, research followed by implementation, and tasks involving at least several files or systems. It is not intended for small, obvious one-file fixes.
Why use it?
It keeps complex work organized when it spans multiple files or systems, needs research, or would be too large for one agent's working context.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the skills-by-amrit plugin — 33 skills, 34 commands, 9 agents shipped together

Good fit Use it for team sessions, multi-agent reviews, research followed by implementation, and tasks involving at least several files or systems. It is not intended for small, obvious one-file fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/boparaiamrit/skills-by-amrit/agent-team-coordination
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.

Any agent
npx skills add boparaiamrit/skills-by-amrit --skill agent-team-coordination
Clone the repo
git clone --depth 1 https://github.com/boparaiamrit/skills-by-amrit

Made for: Claude Code.

Or install skills-by-amrit, the plugin that ships this one along with the rest of its 33 skills, 34 commands, 9 agents.

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-team-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/boparaiamrit/skills-by-amrit/agent-team-coordination/github.svg)](https://agentmods.dev/skills/boparaiamrit/skills-by-amrit/agent-team-coordination)
Your own site
<a href="https://agentmods.dev/skills/boparaiamrit/skills-by-amrit/agent-team-coordination"><img src="https://agentmods.dev/badge/skills/boparaiamrit/skills-by-amrit/agent-team-coordination/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 agent-team-coordination

Your own site · 80×15
<a href="https://agentmods.dev/skills/boparaiamrit/skills-by-amrit/agent-team-coordination"><img src="https://agentmods.dev/badge/skills/boparaiamrit/skills-by-amrit/agent-team-coordination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,347 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.00041 $0.03347
Opus 5 $0.00020 $0.01673
Sonnet 5 $0.00008 $0.00669
Haiku 4.5 $0.00004 $0.00335

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

Security

Grade A, and why

agent-team-coordination 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 11d 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.

skills/agent-team-coordination/SKILL.md · 369 lines

How it starts

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

Multi-Agent Council — Agent Team Coordination

Production-grade multi-agent coordination using real subagent spawning via Task(), deterministic CLI for all structural operations, and file-based handoffs between agents. Each agent runs in its own fresh 200k context. The orchestrator stays lean (~10-15% context usage).

Iron Law

Every council operation that touches file naming, numbering, state transitions,
or validation MUST go through the planning-tools CLI. Agents execute —
the CLI manages structure.

This is non-negotiable. LLMs cannot reliably handle sequential numbering, state machine transitions, or structural validation. The CLI does this deterministically. Agents focus on what LLMs are good at: reasoning, writing, and analysis.

When to Use

Activate council coordination when:

  • Task spans 3+ files or 2+ systems
  • Task requires research before implementation
  • Task benefits from independent specialist perspectives
  • Context would exceed 50% for a single session
  • User requests: "start a council", "use team mode", "team session"

Do NOT use when:

  • Task is a single-file change with clear requirements
  • Task is a quick bug fix with obvious cause
  • User explicitly wants a single-session approach

Anti-Shortcut Rules

These are hard constraints. No exceptions without explicit user override.

# Rule Why
1 YOU CANNOT skip CLI commands and create council files manually CLI enforces naming, numbering, and format. Manual creation causes state drift.
2 YOU CANNOT role-switch in a single session instead of spawning agents Context burns fast, quality degrades, no isolation between perspectives.
3 YOU CANNOT advance state without a validated handoff Unvalidated handoffs propagate errors to downstream agents.
4 YOU CANNOT skip quality gates (use --force only with user permission) Gates catch 80% of handoff quality issues before they compound.
5 YOU CANNOT let agents communicate directly All handoffs go through files. This is the ONLY reliable state transfer.
6 YOU CANNOT manually edit BOARD.md Board is generated output. CLI regenerates it from state.

Read the full file on GitHub · 369 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. 11d ago First seen · 369 lines · 41 tokens per session scan A 4a9c32a48cb9

Subscribe to this mod's changes

agent-team-coordination is a skill published in the GitHub repository boparaiamrit/skills-by-amrit (5 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 3,347 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens