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.
npx agentmods add instructions/tenon-net/agent-team/claude-mdgit clone --depth 1 https://github.com/Tenon-Net/Agent-TeamWrote 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.
[](https://agentmods.dev/instructions/tenon-net/agent-team/claude-md)<a href="https://agentmods.dev/instructions/tenon-net/agent-team/claude-md"><img src="https://agentmods.dev/badge/instructions/tenon-net/agent-team/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00910 | $0.00910 |
| Opus 5 | $0.00455 | $0.00455 |
| Sonnet 5 | $0.00182 | $0.00182 |
| Haiku 4.5 | $0.00091 | $0.00091 |
Grade A, and why
Agent-Team CLAUDE.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — agent-team
Claude Code session entry for maintaining this plugin. Product map,
invariants, and test gate: AGENTS.md (read that first for any
non-trivial work).
Session start
git status --short --branch— confirmmain/ clean or known WIP.- Skim
AGENTS.mdmap + invariants. - For skill/loop changes:
skills/agent-team/SKILL.md.
For spawn/argv/trust:scripts/AGENTS.mdthen the file you touch.
For CLI “why”:skills/agent-team/docs/CONTEXT.md.
You are editing the plugin, not running /agent-team against a product
repo unless the user asks for a live probe.
Two jobs (do not confuse)
| Job | You are… | Source of truth |
|---|---|---|
| Maintainer | Changing this repo | AGENTS.md, scripts, skill, manifests |
| Brain at runtime | User ran /agent-team elsewhere |
Installed skill under CLAUDE_PLUGIN_ROOT — follow skills/agent-team/SKILL.md only |
Release (user-visible publish)
Claude Code upgrades plugins when the resolved version string
changes — not when Git tags move. Stale version + new commits ⇒
installed users keep the old cache.
Bump when
Intentional publish that should reach existing installs (feature, behavior fix, skill/script users execute). Hold the bump for private WIP until ready to ship.
Steps (one release commit or a tight series)
- Set the same semver in all three places:
.claude-plugin/plugin.json→version.claude-plugin/marketplace.json→ top-levelversion.claude-plugin/marketplace.json→plugins[]entryagent-team→version
- Prepend
CHANGELOG.md:## [X.Y.Z] — YYYY-MM-DD+ Added/Fixed/Changed. - Sync version mentions in
README.mdandREADME.zh-CN.mdif present. - Commit:
Release X.Y.Z: <one-line summary>. git push origin HEAD(tag optional, not required for plugin update).
Done when
- Three version fields match
-
CHANGELOG.mdhas the section -
origin/mainincludes the commit - User path still:
/plugin marketplace update agent-team→
/plugin update agent-team→
/reload-pluginsif skills look stale
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.
- 4d ago First seen · 98 lines · 910 tokens per session scan A cf8e9bd13e33
Agent-Team CLAUDE.md is an instructions file published in the GitHub repository Tenon-Net/Agent-Team (2 stars, last pushed 26d ago), licensed MIT. It adds 910 tokens to every session, about $0.0046 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.
Other instructions, from other repositories
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
OneManCompany CLAUDE.md
Instructions for 1mancompany/OneManCompany, covering gstack and skill routing.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
OpenMicro AGENTS.md
Instructions for stephenleo/OpenMicro, covering openmicro — project conventions and releases.
cyxj-groksearch CLAUDE.md
Claude Code instructions for chenyuxiaojin/cyxj-groksearch, covering claude.md, 常用命令 and 结构与坑.
ThreadShelf CLAUDE.md
Instructions for ChrystianSchutz/ThreadShelf: This project's agent guidance lives in AGENTS.md — read it.