team-topology

team-topology is a skill for Claude Code, Codex from Cotal-AI/Cotal. It costs 168 tokens per session (2,576 once invoked), scanned A, original, Apache-2.0.

A method for designing a multi-agent team: several coding agents arranged into defined roles, communication paths, and trust boundaries.

In plain words
What is it for?
Use it to choose a team structure, assign model capabilities, map communication, and decide whether and how the team should be deployed.
Why use it?
It makes responsibilities and access explicit when more than one agent works on a task, reducing confusion and unchecked actions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents; mentions OpenCode.

Good fit Use it to choose a team structure, assign model capabilities, map communication, and decide whether and how the team should be deployed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cotal-ai/cotal/team-topology
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 Cotal-AI/Cotal --skill team-topology
Clone the repo
git clone --depth 1 https://github.com/Cotal-AI/Cotal

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cotal-ai/cotal/team-topology"><img src="https://agentmods.dev/badge/skills/cotal-ai/cotal/team-topology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,576 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00168 $0.02576
Opus 5 $0.00084 $0.01288
Sonnet 5 $0.00034 $0.00515
Haiku 4.5 $0.00017 $0.00258

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

Security

Grade A, and why

team-topology 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 12d 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.

implementations/cli/cotal-skills/skills/team-topology/SKILL.md · 97 lines

How it starts

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

Team topology

A method for defining a multi-agent team for a task as an explicit topology: not "spawn some agents" but a legible deployment you can draw, hand off, and reason about. Who runs where, who talks to whom, what each node can touch, which model sits in which seat. Substrate-agnostic: the same method applies to a Cotal mesh, harness subagents, workflow stages, or plain processes.

When to use

  • The user asks to define / design / lay out a team or formation, or asks "what topology?".
  • You are about to stand up more than one or two agents and want them arranged deliberately.
  • You need to communicate a running deployment in a scannable form.

Step 1: pick the shape from the dominant risk

A topology is a defense against the way the task fails by default. Name the task's dominant risk, then pick the shape that structurally prevents it:

Task type Dominant risk Shape
audit / review / research missed findings, groupthink hub-and-spoke fan-out: independent finder lanes, an adversarial verify tier, coordinator synthesizes
fix / implementation write races, unverified changes writer lanes + merge authority: 1-2 writers in isolated workspaces, everyone else fenced read-only, a proof gate before merge
staged transform (migration, ETL, generation) loss at handoffs pipeline: stages connected by explicit artifacts, each stage validates its input
open design question anchoring on the first idea panel + judge: N proposals produced blind, then scored and synthesized
long-running ops / monitoring drift, silent death operator + watchdog: one active node, one that only checks liveness and invariants

This catalog is a starting set, not a menu. Hybrids are normal (an audit's repro tier is a small pipeline), and inventing a shape for the task at hand is expected. The number of channels, tiers, and agents is a free parameter: derive it from the task's size, risk, and budget (a quick check might be 1 channel / 2 agents; a deep audit 4 channels / 10). Never copy a previous deployment's headcount out of habit.

Read the full file on GitHub · 97 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. 12d ago First seen · 97 lines · 168 tokens per session scan A 43125706c1ad

Subscribe to this mod's changes

team-topology is a skill published in the GitHub repository Cotal-AI/Cotal (274 stars, last pushed today), licensed Apache-2.0. It adds 168 tokens to every session and 2,576 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

quiz-generation

Educational assessment expert that generates high-quality multiple-choice quizzes from any provided text. Creates exactly 10 MCQs with 4 options each, correct answer identification, and concise explanations.

GetBindu/Bindu · 2 tokens

question-answering

General-purpose question answering capability powered by OpenRouter. Access 300+ LLM models (GPT-4o, Claude, Llama, Gemini, Mistral, etc.) through a single unified API. Handles conversational queries, explanations, code generation, analysis, and creative writing.

GetBindu/Bindu · 3 tokens

research

Research and information retrieval capability powered by LangChain.js. Uses GPT-4o to answer questions, summarize information, provide detailed analysis, and generate structured research outputs.

GetBindu/Bindu · 1 tokens

agentmail-v2

AgentMail — Email for AI Agents workflow skill. Use this skill when the user needs Email infrastructure for AI agents. Create accounts, send/receive emails, manage webhooks, and check karma balance via the AgentMail API and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 70 tokens

agent-orchestrator

Use when building an agent system — an orchestrator, an LLM-powered tool, a chatbot with tool use, an AI pipeline — or metering and billing the LLM access it burns. Covers tool-calling loops, pipelines with human checkpoints, provider routing with fallback/retry, memory architecture, retrieval and decay, context…

ssheleg/agent-stack · 243 tokens

hermeshub-reviewer

Agent-to-agent feedback protocol for HermesHub. Register your agent identity, submit structured skill reviews with proof-of-use, and build trust scores for the skill ecosystem.

amanning3390/hermeshub · 38 tokens