create-team

create-team is a skill for Claude Code from pablocaeg/claude-army. It costs 38 tokens per session (747 once invoked), scanned A, original, MIT.

A command that creates a team of specialized Claude Code agents after analysing a project. It writes agents for roles such as research, building, review, testing, and coordination.

In plain words
What is it for?
It helps set up a project team of agents that can research the codebase, implement changes, review work, write tests, challenge decisions, and coordinate submissions.
Why use it?
It removes the need to design and configure each project-specific agent by hand.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-army plugin — 3 skills shipped together

Good fit It helps set up a project team of agents that can research the codebase, implement changes, review work, write tests, challenge decisions, and coordinate submissions.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add pablocaeg/claude-army
Claude Code
/plugin install claude-army

Made for: Claude Code.

Or install claude-army, the plugin that ships this one along with the rest of its 3 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pablocaeg/claude-army/create-team.svg)](https://agentmods.dev/skills/pablocaeg/claude-army/create-team)
Your own site
<a href="https://agentmods.dev/skills/pablocaeg/claude-army/create-team"><img src="https://agentmods.dev/badge/skills/pablocaeg/claude-army/create-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 747 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.00038 $0.00747
Opus 5 $0.00019 $0.00374
Sonnet 5 $0.00008 $0.00149
Haiku 4.5 $0.00004 $0.00075

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

Security

Grade A, and why

create-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.

skills/create-team/SKILL.md · 99 lines

How it starts

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

Create a team of specialized Claude Code agents based on the forge analysis. Agents are written to ~/.claude/agents/ so they have full subagent spawning support.

Before Starting

  1. Read .context/forge-analysis.md — this contains the project analysis from /claude-army:analyze
  2. If the file doesn't exist, tell the user to run /claude-army:analyze first
  3. Read the templates in ${CLAUDE_PLUGIN_ROOT}/templates/ for agent archetypes

Agent Creation Process

For each agent, read the matching template from ${CLAUDE_PLUGIN_ROOT}/templates/, fill in project-specific details from the analysis, and write to ~/.claude/agents/.

Naming Convention

All agents use the prefix <project>-:

  • <project>-researcher.md
  • <project>-builder.md
  • <project>-reviewer.md
  • <project>-challenger.md
  • <project>-submitter.md
  • <project>-orchestrator.md
  • <project>-expert.md
  • <project>-test-writer.md

What Goes Into Each Agent

Researcher — from analysis:

  • What information the builder needs
  • What verification is required
  • Pre-checks (duplicates, open PRs)

Builder — from analysis:

  • Code patterns section → exact templates
  • Registration/integration pattern
  • Build/generate commands

Reviewer — from analysis:

  • Linter rules
  • Test conventions
  • PR checklist
  • CI requirements

Challenger — from analysis:

  • Lead reviewer name
  • Tiered review patterns with exact quotes
  • Things NOT to flag
  • Fix routing to other agents

Submitter — from analysis:

  • PR title format
  • PR body structure
  • Git workflow (branch naming, commit style)
  • Checklist from PR template

Orchestrator — chains all agents:

  • Phase 1: Spawn <project>-researcher
  • Pause: User confirms research
  • Phase 2: Spawn <project>-builder
  • Phase 3: Run tests (self)
  • Phase 4: Spawn <project>-reviewer, fix issues
  • Phase 5: Spawn <project>-challenger, fix issues
  • Pause: User confirms ready
  • Phase 6: Spawn <project>-submitter
  • Pause: User confirms push
  • Must have Agent in tools list

Read the full file on GitHub · 99 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 · 99 lines · 38 tokens per session scan A 92ac8c53b01f

Subscribe to this mod's changes

create-team is a skill published in the GitHub repository pablocaeg/claude-army (2 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 747 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.

Related

Other skills, from other repositories

johnny-suede-design

Suede Labs AI full-stack surface builder that runs design, copy, and visual QA as one pass: landing pages, brand surfaces, product UI, dashboards, campaigns, launch pages, and reference-to-target restyles (suedify). Use when a build needs layout and words together, when a redesign or launch surface has to ship end to…

JasonColapietro/suede-creator-skills · 179 tokens

suede-code-review

Suede Labs AI findings-only code review with full context: changed files, callers, contracts, and deploy surface. Covers TypeScript, React, Next.js, database, Swift/iOS, OWASP, accessibility, SEO, observability, commit hygiene, and deploy risk, ranked P0-P3 with file:line evidence and a fix path. Use when asked to…

JasonColapietro/suede-creator-skills · 191 tokens

voice-preserving-line-edit

Context-aware line edit that strips generic AI writing patterns without flattening the author's voice, plus a findings-only audit mode that names issues instead of rewriting. Applies contextual rules rather than blanket bans on adverbs, passive voice, and punctuation, and locks facts, numbers, quotes, code, links, and…

JasonColapietro/suede-creator-skills · 159 tokens

suede-social

Suede-owned organic social strategy and content discipline. Use when planning platform mix, posts, threads, cross-platform calendars, repurposing, listening, engagement, or cadence for a founder or brand account. NOT FOR: Instagram-specific account audits, Reels, carousels, Stories, or daily Instagram loops (use…

JasonColapietro/suede-creator-skills · 108 tokens

suede-aso

Suede-owned app-store optimization discipline for keyword fields, titles, subtitles, descriptions, screenshots, ratings context, and competitor listing audits. Use when improving App Store or Google Play visibility or listing conversion from a live app URL and current console evidence. NOT FOR: building or releasing…

JasonColapietro/suede-creator-skills · 146 tokens

suede-clip-to-guide

Suede-owned short-to-long content funnel blueprint. Use when turning a video, clip, interview moment, talk excerpt, screen recording, or transcript into a repeatable package that bridges attention to an X Article, LinkedIn article, newsletter, blog guide, or playbook, or when third-party footage needs a rights route…

JasonColapietro/suede-creator-skills · 137 tokens