team-management

team-management is a skill for Claude Code, Codex from agentscope-ai/AgentTeams. It costs 36 tokens per session (596 once invoked), scanned A, original, Apache-2.0.

A way for an administrator to create and manage a team made of one Team Leader and one or more Workers. The Team Leader breaks work into parts and assigns those parts to the Workers.

In plain words
What is it for?
Use it to create or import teams, add or remove workers, configure worker resources and tools, and delegate tasks through the Team Leader.
Why use it?
It provides a defined structure for splitting work across several agents instead of assigning tasks directly to individual workers. It also keeps team composition and worker settings in one place.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or import teams, add or remove workers, configure worker resources and tools, and delegate tasks through the Team Leader.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/agentteams/team-management
About the project

AgentTeams is a runtime platform where multiple AI agents collaborate in shared Matrix rooms under the coordination of a manager. It is for human-supervised or enterprise workflows that need visible, auditable cooperation among agents running on different runtimes, with shared files and centralized traffic management.

agentscope-ai/AgentTeams · 5,579 stars · on GitHub · aliyun.com

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 agentscope-ai/AgentTeams --skill team-management
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/AgentTeams

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-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/agentteams/team-management.svg)](https://agentmods.dev/skills/agentscope-ai/agentteams/team-management)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/agentteams/team-management"><img src="https://agentmods.dev/badge/skills/agentscope-ai/agentteams/team-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 596 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.00036 $0.00596
Opus 5 $0.00018 $0.00298
Sonnet 5 $0.00007 $0.00119
Haiku 4.5 $0.00004 $0.00060

Measured 8d ago against content hash 07be1f3bb798, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

team-management 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-team.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

manager/agent/skills/team-management/SKILL.md · 49 lines

How it starts

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

Team Management

A Team consists of 1 Team Leader + N Workers. The Team Leader is a special Worker with management skills that handles task decomposition and assignment within the team. Manager delegates tasks to Team Leaders, not directly to team workers.

Quick Create

# 1. Create each Worker CR with worker-management, then reference them
agt create team \
  --name <TEAM_NAME> \
  --leader-name <LEADER_NAME> \
  --workers <w1>,<w2>

# 2. @mention the Leader in Leader Room to assign task

The Team command fails if a referenced Worker does not exist. Configure model, runtime, image, resources, identity, skills, MCP, channel policy, and lifecycle on each Worker CR. After Team reconciliation, @mention the Leader in the Leader Room; the Leader will coordinate referenced workers in the Team Room.

Full workflow: read references/create-team.md

If admin asks for CPU or memory requests/limits, update Worker.spec.resources. Changing resources recreates that Worker's container, so confirm it is not mid-task.

Gotchas

  • Team Leader is a Worker container — same runtime, but with team-leader-agent skills instead of worker-agent skills
  • Team workers only talk to their Leader — their groupAllowFrom has [Leader, Team Admin], NOT Manager
  • Manager only talks to Team Leader — never @mention team workers directly
  • Team Room includes Team Admin — it's Leader + Team Admin + all team workers (no Global Admin unless they are Team Admin)
  • Leader Room is standard 3-party — Manager + Global Admin + Leader (same as regular worker room)
  • Leader DM is Team Admin ↔ Leader — for team-level management
  • Team Admin defaults to Global Admin — if --team-admin not specified
  • Delegated tasks use --delegated-to-team — so heartbeat knows to check with Leader, not workers
  • Team never owns Worker runtime configuration or lifecycle — update the referenced Worker CR directly

Operation Reference

Admin wants to... Read Command
Create a new team references/create-team.md agt create team
Understand team lifecycle references/team-lifecycle.md
Delegate task to team references/team-task-delegation.md
Add/remove worker from team references/team-lifecycle.md agt get team
Stop/delete a member Worker references/team-lifecycle.md scripts/lifecycle-worker.sh (per worker)

Read the full file on GitHub · 49 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 49 lines · 36 tokens per session scan A 07be1f3bb798

Subscribe to this mod's changes

team-management is a skill published in the GitHub repository agentscope-ai/AgentTeams (5,579 stars, last pushed 3d ago), licensed Apache-2.0. It adds 36 tokens to every session and 596 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-30.