team

team is a command for Claude Code from fengjunhui31/building-autonomous-team. It costs 31 tokens per session (188 once invoked), scanned A, original, MIT.

A command for setting up, running, or updating an autonomous software team in a project. An autonomous team here means a project workflow that coordinates work through an .autonomous-team directory.

In plain words
What is it for?
Use it to initialize a team, continue its operation, update it, or archive and recreate it; it can also accept a language choice.
Why use it?
It checks whether a team already exists and chooses the appropriate operation, reducing manual setup decisions.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the building-autonomous-team plugin — 3 skills, 1 command, 12 agents, 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 commands/fengjunhui31/building-autonomous-team/team
Clone the repo
git clone --depth 1 https://github.com/fengjunhui31/building-autonomous-team

Made for: Claude Code.

Or install building-autonomous-team, the plugin that ships this one along with the rest of its 3 skills, 1 command, 12 agents, 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 team

README.md
[![agentmods](https://agentmods.dev/badge/commands/fengjunhui31/building-autonomous-team/team.svg)](https://agentmods.dev/commands/fengjunhui31/building-autonomous-team/team)
Your own site
<a href="https://agentmods.dev/commands/fengjunhui31/building-autonomous-team/team"><img src="https://agentmods.dev/badge/commands/fengjunhui31/building-autonomous-team/team.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00031 $0.00188
Opus 5 $0.00015 $0.00094
Sonnet 5 $0.00006 $0.00038
Haiku 4.5 $0.00003 $0.00019

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

Security

Grade A, and why

team 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 5d 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.

plugins/building-autonomous-team/commands/team.md · 17 lines

What it actually says

Read the project status:

  1. Check if .autonomous-team/ directory exists in current project
  2. If NOT exists:
    • Check if user provided a language argument (second parameter, e.g. "中文", "English")
    • Pass language to init skill context
    • Use skill building-autonomous-team:init to initialize team
  3. If exists → Ask user: "Team detected. Choose action:"
    • Continue operation → Use skill building-autonomous-team:run
    • Update to latest version → Use skill building-autonomous-team:update
    • Archive and reinitialize → Archive old directory, then use building-autonomous-team:init
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. 5d ago First seen · 17 lines · 31 tokens per session scan A c51cc1b22568

Subscribe to this mod's changes

team is a command published in the GitHub repository fengjunhui31/building-autonomous-team (2 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 188 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.