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 skills/ggemba/squad-mcp/squadnpx skills add ggemba/squad-mcp --skill squadgit clone --depth 1 https://github.com/ggemba/squad-mcpWrote 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/skills/ggemba/squad-mcp/squad)<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>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.14515 |
| Opus 5 | $0.00000 | $0.07258 |
| Sonnet 5 | $0.00000 | $0.02903 |
| Haiku 4.5 | $0.00000 | $0.01452 |
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 — 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. |
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.
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 · 782 lines · 0 tokens per session scan A 2ae2e08409fd
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.
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…
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…
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.
prior-art-search
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification.
bigquery-patent-search
Fast, cloud-based patent searching across 100 million+ worldwide patents using Google BigQuery - keyword search, CPC classification, patent details retrieval.
development-assistant
Guides through adding new features, MCP tools, analyzers, and extending the patent creator system.