swarm-ai-research

60 mods across 1 repository, 39 stars between them.

Auditor

02

swarm-ai-research/swarm

Agent Claude Code

Audits metric quality and research claims for correctness, statistical rigor, and replication status.

39 5d ago A 20 tokens original MIT

Research Scout

05

swarm-ai-research/swarm

Agent Claude Code

Investigate an external repository or codebase for patterns, techniques, or architecture relevant to a specific goal in this project.

39 5d ago A 2 tokens original MIT

add_domain

07

swarm-ai-research/swarm

Command Claude Code

Scaffold a new SWARM simulation domain — data models, action types, task handler, agents, metrics, tests, and registry wiring — when adding a fundamentally new task category (e.g. medical triage, code review) whose observables or agent actions don't yet exist in swarm/models/ or swarm/agents/. Use /addscenario instead…

39 5d ago A 0 tokens original MIT

add_metric

08

swarm-ai-research/swarm

Command Claude Code

Add a new metric and wire it into SWARM reporting — use when analysis reveals a measurement gap not covered by existing toxicity, quality-gap, or payoff metrics. Distinct from /addscenario (new parameter config) and /adddomain (new task category with new observables).

39 5d ago A 0 tokens original MIT

add_post

09

swarm-ai-research/swarm

Command Claude Code

Scaffold and publish an original blog post to swarm-ai.org/blog/ — handles MkDocs slug generation, metadata headers, nav wiring, and financial-disclaimer enforcement. Use for manually-written essays and research notes; use /evalwriteup instead to auto-generate a post from a Prime Intellect eval run.

39 5d ago A 0 tokens original MIT

add_scenario

10

swarm-ai-research/swarm

Command Claude Code

Scaffold a new YAML scenario config with SWARM conventions — use when testing a new governance configuration or agent motif that uses existing domain infrastructure. Distinct from /adddomain (new task category requiring new data models and handlers) and /addmetric (new measurement on existing data).

39 5d ago A 0 tokens original MIT

address_review

11

swarm-ai-research/swarm

Command Claude Code

Fetch review comments on a GitHub PR, apply fixes, push, and reply to each comment thread.

39 5d ago A 0 tokens original MIT

analyze_experiment

12

swarm-ai-research/swarm

Command Claude Code

Run statistical analysis on SWARM experiment data. Two modes: run a scenario across multiple seeds, or analyze an existing sweep CSV — use when you have run data and need statistical rigor (p-values, confidence intervals, effect sizes). Distinct from /sweep (generates data without analysis), /runscenario (single run…

39 5d ago A 0 tokens original MIT

audit_docs

13

swarm-ai-research/swarm

Command Claude Code

Audit all project metadata files for stale counts, version mismatches, broken references, and missing entries. Reports discrepancies without auto-fixing.

39 5d ago A 0 tokens original MIT

audit_fix

14

swarm-ai-research/swarm

Command Claude Code

Deep codebase audit: spawn category-specific agents, triage findings by severity, fix critical issues.

39 5d ago A 0 tokens original MIT

benchmark

15

swarm-ai-research/swarm

Command Claude Code

Run the SWARM Track A multi-agent benchmark suite (standardized task conditions, governance presets, behavioral assessments) and auto-compile results to PDF — use when evaluating agent behavior against reproducible baselines before paper submission, or to generate comparison data across model variants. Distinct from…

39 5d ago A 0 tokens original MIT

build_game

16

swarm-ai-research/swarm

Command Claude Code

Type-check and build the SWARM visualization game (viz/ TypeScript frontend) in one step — use after editing viz/src/ files, when TypeScript errors need triaging, or before deploying the interactive simulation frontend. Stops on type errors before attempting a build.

39 5d ago A 0 tokens original MIT

bump_version

17

swarm-ai-research/swarm

Command Claude Code

Update the project version across all files that track it. Takes a version string as argument.

39 5d ago A 0 tokens original MIT

bv-dispatch

18

swarm-ai-research/swarm

Command Claude Code

Graph-theoretic fleet dispatch — analyze the beads graph with bv, publish ranked per-track digests agents pull from at claim time (push ASSIGN only for strategic beads).

39 5d ago A 35 tokens original MIT

check_ignore

19

swarm-ai-research/swarm

Command Claude Code

Verify that .gitignore won't hide files in a target directory before you create them. Prevents the "wrote 7 files but git can't see them" footgun.

39 5d ago A 0 tokens original MIT

cherry_pick_pr

20

swarm-ai-research/swarm

Command Claude Code

Cherry-pick one or more commits onto a new branch from main and open a PR. Useful when a commit landed on the wrong branch or you want to split a multi-commit branch into separate PRs.

39 5d ago A 0 tokens original MIT

claim

21

swarm-ai-research/swarm

Command Claude Code

Atomic work-start. Claim a task before doing any work on it — this refuses if another session already holds it, which is the one thing that physically prevents two sessions from building the same feature (the 2026-07-22 duplicate- 7ge5 incident).

39 5d ago A 0 tokens original MIT

compare_studies

22

swarm-ai-research/swarm

Command Claude Code

Compare results across multiple completed study run directories: compute cross-study descriptive statistics, pairwise tests, and generate a comparison plot.

39 5d ago A 0 tokens original MIT

compile_paper

23

swarm-ai-research/swarm

Command Claude Code

Convert a SWARM paper from markdown to LaTeX (if needed), compile to PDF, and open it.

39 5d ago A 0 tokens original MIT

council_review

24

swarm-ai-research/swarm

Command Claude Code

Run a multi-LLM council evaluation on study results. Three expert personas (mechanism designer, statistician, red-teamer) deliberate on the findings using the council protocol.

39 5d ago A 0 tokens original MIT