swarm

swarm is a skill for Claude Code from Zintellix/Claude-Skills. It costs 138 tokens per session (1,596 once invoked), scanned A, original, MIT.

A command for auditing a codebase with parallel reviewers focused on security, performance, tests, architecture, and unused code. It combines their findings into one ranked action plan.

In plain words
What is it for?
Use it to audit a repository, check the audit status, inspect individual findings, or execute approved fixes by severity or finding ID.
Why use it?
It brings scattered review results together and saves them so you can inspect or apply fixes later without repeating the audit.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions Claude Code.

Part of the swarm-skill plugin — 1 skill shipped together

Good fit Use it to audit a repository, check the audit status, inspect individual findings, or execute approved fixes by severity or finding ID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zintellix/claude-skills/swarm
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.

Any agent
npx skills add Zintellix/Claude-Skills --skill swarm
Clone the repo
git clone --depth 1 https://github.com/Zintellix/Claude-Skills

Made for: Claude Code.

Or install swarm-skill, the plugin that ships this one along with the rest of its 1 skill.

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 swarm

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zintellix/claude-skills/swarm"><img src="https://agentmods.dev/badge/skills/zintellix/claude-skills/swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,596 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.00138 $0.01596
Opus 5 $0.00069 $0.00798
Sonnet 5 $0.00028 $0.00319
Haiku 4.5 $0.00014 $0.00160

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

Security

Grade A, and why

swarm 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 11d 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/swarm/SKILL.md · 120 lines

How it starts

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

Claude Swarm

Runs a parallel "swarm" of specialized subagents over a codebase, each scoped to a narrow category of issue, then synthesizes their raw findings into one deduplicated, severity-ranked action plan. Optionally executes fixes for approved findings.

Commands

  • /swarm audit [path] — run the full audit (default path: repo root)
  • /swarm status — show the last audit summary from persisted state
  • /swarm execute <severity|id> — fix findings matching a severity tier (critical/high/medium/low) or a specific finding id
  • /swarm show <id> — show full detail for one finding

State file

All findings persist to .claude/swarm-audit.json at the repo root (create the .claude/ dir if missing). This lets /swarm execute run in a later session without re-auditing, and lets /swarm status answer instantly. Always read this file first if it exists and the user references "the audit" or "findings" without re-running one.

Schema for this file is in references/output-schema.md.

/swarm audit [path] workflow

  1. Scope check. If no path given, default to repo root, but if the repo is large (rough heuristic: >150 files or the user hasn't specified), ask the user to confirm scope or suggest a subdirectory. Don't silently audit a massive monorepo — cost and time scale with size.

  2. Spawn the five audit agents in parallel. Use a single message with five Task tool calls so they genuinely run concurrently. For each, read the corresponding agents/*.md file and pass its full contents as the subagent's instructions, plus:

    • the repo path/scope for this run
    • the shared output schema from references/output-schema.md
    • explicit tool restriction: read-only tools only (Read, Grep, Glob, and a bash command runner if restricted to read-only commands like git log, git blame, test runners in check-mode). Do NOT give audit agents Write/Edit — the audit phase must not touch files.

    Agents to spawn:

    • agents/security.md
    • agents/performance.md
    • agents/tests.md
    • agents/architecture.md
    • agents/dead-code.md

Read the full file on GitHub · 120 lines

Files

What ships with it

9 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. 11d ago First seen · 120 lines · 138 tokens per session scan A a5d035750d92

Subscribe to this mod's changes

swarm is a skill published in the GitHub repository Zintellix/Claude-Skills (4 stars, last pushed 10d ago), licensed MIT. It adds 138 tokens to every session and 1,596 once invoked, about $0.0007 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

architecture-review

Audits existing architecture for anti-patterns, scalability and reliability risks, and testability gaps. Graded findings with migration paths and a to-be diagram.

RealDougEubanks/ClaudeMarketplace · 34 tokens

code-review

Structured engineering code review covering readability, complexity, test gaps, SOLID principles, and API consistency. Complements full-security-review with general code quality.

RealDougEubanks/ClaudeMarketplace · 33 tokens

abd-review

ABD Tech Review agent: reviews code quality, architecture, naming, and error handling; writes severity-graded review artifacts.

RealDougEubanks/ClaudeMarketplace · 27 tokens

review

Phase 5 of 5 — triage-first review orchestrator; dispatches up to 17 domain checks in parallel and compiles one report. Use only when the user asks to run Phase 5 or review a PR, branch, or set of changes — never trigger automatically after writing code.

foyzulkarim/skills · 62 tokens

architecture-review

Validates completeness and consistency of the project architecture against all GDDs. Builds a traceability matrix mapping every GDD technical requirement to ADRs, identifies coverage gaps, detects cross-ADR conflicts, verifies engine compatibility consistency across all decisions, and produces a PASS/CONCERNS/FAIL…

IdoCohen560/claude-unity-game-studio · 71 tokens

design-review

Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.

IdoCohen560/claude-unity-game-studio · 34 tokens