squad

squad is a skill for Claude Code, Codex from ggemba/squad-mcp. It costs 0 tokens per session (14,515 once invoked), scanned A, original, Apache-2.0.

A multi-agent workflow for implementing or reviewing code changes. It can plan work, collect specialist reviews, run approval gates, write the approved changes, and produce a final merge decision.

In plain words
What is it for?
Use it to implement a task through review gates, review an existing diff or branch without editing it, break a product requirements document into tasks, or select the next ready task.
Why use it?
It organizes several focused checks around a change so planning, implementation, testing, and release decisions are handled in sequence.

Skill for Claude CodeCodex

Part of the squad plugin — 10 skills, 14 commands, 12 agents 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 skills/ggemba/squad-mcp/squad
Any agent
npx skills add ggemba/squad-mcp --skill squad
Clone the repo
git clone --depth 1 https://github.com/ggemba/squad-mcp

Made for: Claude Code, Codex.

Or install squad, the plugin that ships this one along with the rest of its 10 skills, 14 commands, 12 agents.

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 squad

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggemba/squad-mcp/squad.svg)](https://agentmods.dev/skills/ggemba/squad-mcp/squad)
Your own site
<a href="https://agentmods.dev/skills/ggemba/squad-mcp/squad"><img src="https://agentmods.dev/badge/skills/ggemba/squad-mcp/squad.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00000 $0.14515
Opus 5 $0.00000 $0.07258
Sonnet 5 $0.00000 $0.02903
Haiku 4.5 $0.00000 $0.01452

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

Security

Grade A, and why

squad scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **PR URL or `#N`** → run the clone-and-fetch recipe in `modes/review.md` "Phase 0 — Resolve PR target" BEFORE calling any MCP tool. NEVER fetch the PR diff via REST API, WebFetch, `curl` on `/diff`, or any HTTP path —
skills/squad/SKILL.md · 782 lines

How it starts

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

Skill: Squad

Single skill that hosts both the implement workflow (full squad-dev orchestration) and the review workflow (advisory-only on an existing diff). Mode is selected by the entry command.

Modes

Mode Triggered by What it does
implement (default) /squad:implement <task> Full squad-dev: classify → score risk → select advisory agents → planner → Gate 1 (plan approval) → parallel advisory → Gate 2 (Blocker halt) → implementation → consolidator → final verdict
review /squad:review [target] Review only: same agents on an existing diff/branch/PR, never implements. Output is consolidated advisory verdict + scorecard.
tasks /squad:tasks <prd>, /squad:next, /squad:task <id> Task-mode: decompose a PRD into atomic tasks (Phase 0.5), pick the next ready task, then run squad on that task's scope only. Prevents context bloat by working one focused task at a time.

Execution depth (orthogonal to mode)

Within review and implement, the orchestrator picks an execution depth — micro / quick / normal / deep — from classify + risk signals, or honours an explicit --micro / --quick / --deep flag:

Depth Subagent dispatches Wall-clock (typical) Use case
micro 0 (inline) 10-30s Cirurgical diff: ≤2 files, <30 LOC, Low risk, no auth/money/migration. Single-pass review by orchestrator. Review-only in V1.
quick 2 (parallel) 30-60s Low risk, ≤8 files. 2-agent advisory; consolidator persona skipped.
normal 3-7 (parallel) 60-120s Default. Full advisory + planner + consolidator persona.
deep 4-7 (parallel) 90-180s High risk OR auth/money/migration OR Security. Force-includes architect + security. Reject-loop cap 3.

Read the full file on GitHub · 782 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 782 lines · 0 tokens per session scan A 2ae2e08409fd

Subscribe to this mod's changes

squad is a skill published in the GitHub repository ggemba/squad-mcp (4 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 14,515 tokens. A static security scan graded it A with 1 finding (makes network calls). 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

sanity-best-practices

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…

sanity-io/agent-toolkit · 164 tokens

portable-text-serialization

Render and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend framework, building custom serializers for non-standard block types, converting Portable Text to HTML strings server-side, converting Portable Text to Markdown…

sanity-io/agent-toolkit · 85 tokens

video-perception

Use when the user mentions a video file (.mp4, .mov, .avi, .mkv, .webm), a YouTube URL, asks to watch/analyze/review a video, or references video content in conversation.

jordanrendric/claude-video-vision · 51 tokens

prior-art-search

Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification.

RobThePCGuy/Claude-Patent-Creator · 26 tokens

bigquery-patent-search

Fast, cloud-based patent searching across 100 million+ worldwide patents using Google BigQuery - keyword search, CPC classification, patent details retrieval.

RobThePCGuy/Claude-Patent-Creator · 34 tokens

development-assistant

Guides through adding new features, MCP tools, analyzers, and extending the patent creator system.

RobThePCGuy/Claude-Patent-Creator · 24 tokens