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 commands/thelobbi/claude/agent-teamsgit clone --depth 1 https://github.com/TheLobbi/claudeWrote 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/commands/thelobbi/claude/agent-teams)<a href="https://agentmods.dev/commands/thelobbi/claude/agent-teams"><img src="https://agentmods.dev/badge/commands/thelobbi/claude/agent-teams.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.1 | $0.00000 | $0.01378 |
| Opus 5 | $0.00000 | $0.00689 |
| Sonnet 5 | $0.00000 | $0.00276 |
| Haiku 4.5 | $0.00000 | $0.00138 |
Grade A, and why
agent-teams 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.
How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Teams Orchestration
Launch coordinated Claude Code Agent Teams with pre-configured team structures for complex tasks.
Usage
/agent-teams <template> [options]
Templates
deliberation-council
Multi-agent code review with 20 deliberation protocols.
Create an agent team for code review deliberation:
- Security Reviewer (Sonnet): Review for security vulnerabilities, auth issues, injection risks
- Performance Reviewer (Sonnet): Check performance impact, memory leaks, N+1 queries
- Architecture Reviewer (Opus): Evaluate design patterns, SOLID principles, coupling
- Test Coverage Reviewer (Haiku): Validate test completeness, edge cases, mocking
- Devils Advocate (Sonnet): Challenge all assumptions, find edge cases, probe weaknesses
Use Red/Blue Team protocol for security-sensitive code.
Use Six Thinking Hats for architecture decisions.
Require plan approval before any teammate makes changes.
Have teammates share findings and challenge each other.
Synthesize into a verdict: APPROVE, APPROVE_WITH_CHANGES, REQUEST_CHANGES, or REJECT.
pipeline-stages
Sequential release pipeline with parallel within stages.
Create an agent team for release pipeline:
- Code Reviewer (Sonnet): Review all changes since last release for quality and standards
- Test Runner (Haiku): Execute unit, integration, and E2E test suites in parallel
- Security Scanner (Sonnet): Run security audit, check dependencies, scan for vulnerabilities
- Deployment Engineer (Sonnet): Build artifacts, deploy to staging, run smoke tests, promote to production
Tasks have dependencies: Review must complete before Testing, Testing before Security, Security before Deploy.
Wait for all teammates to finish their stage before the next stage begins.
Post results to Jira and notify via Slack when complete.
research-squad
Parallel research and investigation team.
Create an agent team to research this problem from multiple angles:
- Codebase Explorer (Haiku): Search and map all relevant code, dependencies, and entry points
- Hypothesis Tester (Sonnet): Form and test theories about the root cause or best approach
- Impact Analyzer (Sonnet): Analyze blast radius - what files, services, and tests are affected
- Solution Architect (Opus): Design the solution based on gathered evidence
- Knowledge Synthesizer (Sonnet): Combine all findings into an actionable implementation plan
Have teammates communicate directly and challenge each other's findings.
Require plan approval from the architect before implementation begins.
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.
- 5d ago First seen · 157 lines · 0 tokens per session scan A 940b9a2bbc23
agent-teams is a command published in the GitHub repository TheLobbi/claude (21 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,378 tokens. 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 commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.