assemble-team

assemble-team is a command for Claude Code from travisjneuman/.claude. It costs 25 tokens per session (780 once invoked), scanned A, original, MIT.

A command that assembles a team of specialized coding agents for parallel work. Ready-made teams cover code review, feature development, debugging, cross-platform tasks, and research.

In plain words
What is it for?
Use it for multi-angle code reviews, feature planning and implementation, competing debugging hypotheses, cross-platform work, or research.
Why use it?
It divides a broad task among agents with different roles, so several aspects can be investigated or developed together.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it for multi-angle code reviews, feature planning and implementation, competing debugging hypotheses, cross-platform work, or research.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/travisjneuman/.claude/assemble-team
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.

Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/travisjneuman/.claude/assemble-team"><img src="https://agentmods.dev/badge/commands/travisjneuman/.claude/assemble-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 780 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.
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.00025 $0.00780
Opus 5 $0.00013 $0.00390
Sonnet 5 $0.00005 $0.00156
Haiku 4.5 $0.00003 $0.00078

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

Security

Grade A, and why

assemble-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 7d 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.

commands/assemble-team.md · 122 lines

How it starts

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

/assemble-team Command

Assemble an agent team from pre-built templates or a custom description.

Syntax

/assemble-team <template|description>

Templates

review - Full Code Review

/assemble-team review

Spawns 3 teammates for comprehensive PR/code review:

  • Security reviewer: OWASP vulnerabilities, auth issues, input validation, secrets exposure
  • Performance reviewer: N+1 queries, memory leaks, unnecessary re-renders, bundle impact
  • Test coverage reviewer: missing edge cases, inadequate assertions, untested paths

feature - Feature Development

/assemble-team feature [description]

Spawns 3 teammates for end-to-end feature development:

  • Architect: designs approach, identifies files, plans dependencies (plan approval required)
  • Implementer: writes code following the architect's approved plan
  • Test writer: writes tests covering the implementation

debug - Debug Squad

/assemble-team debug [problem description]

Spawns 3-5 teammates investigating competing hypotheses:

  • Each teammate investigates a different theory
  • Teammates challenge each other's findings
  • Converges on root cause through adversarial debate

cross-platform - Mobile Parity

/assemble-team cross-platform [feature]

Spawns 3 teammates for mobile feature parity:

  • iOS developer: Swift/SwiftUI implementation
  • Android developer: Kotlin/Compose implementation
  • Shared architect: API contracts, consistent behavior

fullstack - Full-Stack Development

/assemble-team fullstack [feature]

Spawns 3 teammates for cross-layer changes:

  • Frontend: React/UI components
  • Backend: API endpoints and services
  • Database: schema, migrations, queries

research - Research Panel

/assemble-team research [topic]

Spawns 3 teammates for technology evaluation:

  • Simplicity advocate: evaluates DX, learning curve, maintenance
  • Performance advocate: evaluates scalability, benchmarks, production readiness
  • Devil's advocate: finds downsides, risks, hidden costs

Read the full file on GitHub · 122 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. 7d ago First seen · 122 lines · 25 tokens per session scan A 2c972cf16412

Subscribe to this mod's changes

assemble-team is a command published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 6d ago), licensed MIT. It adds 25 tokens to every session and 780 once invoked, about $0.0001 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-09-03.