swarm-ai-research

60 mods across 1 repository, 40 stars between them.

deploy_blog

25

swarm-ai-research/swarm

Command Claude Code

Build and deploy the SWARM blog/docs site to Vercel production.

40 6d ago A 0 tokens original MIT

deploy_demo

26

swarm-ai-research/swarm

Command Claude Code

Deploy (or update) the Streamlit interactive demo to Hugging Face Spaces.

40 6d ago C 0 tokens original MIT

eval_writeup

27

swarm-ai-research/swarm

Command Claude Code

End-to-end pipeline: parse a Prime Intellect eval run, read the environment source, and auto-generate a blog post from eval metrics. Use --parse-only to just extract structured metrics without writing a post. Distinct from /addpost (manually-written original blog post) — use /evalwriteup when starting from eval…

40 6d ago A 0 tokens original MIT

fix_ci

28

swarm-ai-research/swarm

Command Claude Code

Triage and fix failing GitHub Actions CI runs. Fetches remote failure logs, categorizes errors, reads the relevant source context, and applies fixes — all in one shot.

40 6d ago A 0 tokens original MIT

fix_pr

29

swarm-ai-research/swarm

Command Claude Code

Multi-mode PR operations: create a PR from local changes, resolve merge conflicts on an existing PR, or run quality gates on an external PR. Consolidates the former /reviewexternalpr command (now /fixpr --review).

40 6d ago C 0 tokens original MIT

full_study

30

swarm-ai-research/swarm

Command Claude Code

End-to-end research pipeline: sweep parameters, analyze with statistical rigor, generate plots, and scaffold a paper draft. Chains /sweep, /analyzeexperiment, /plot, and /writepaper into a single workflow.

40 6d ago A 0 tokens original MIT

guard

31

swarm-ai-research/swarm

Command Claude Code

Verify branch identity and detect file conflicts from concurrent Claude Code worktree sessions before starting destructive work — use when opening a worktree pane, before modifying shared files, or when you suspect another session may have touched the same paths. Use --files mode to check specific files; omit for…

40 6d ago A 0 tokens original MIT

healthcheck

32

swarm-ai-research/swarm

Command Claude Code

Scan the codebase for code health issues that arise from parallel commits, merges, or external changes. Complements /preflight (which checks before commit) by checking after external changes arrive.

40 6d ago A 0 tokens original MIT

install_hooks

33

swarm-ai-research/swarm

Command Claude Code

Install repo-provided git hooks that enforce research hygiene. Also use this after editing any hook in .claude/hooks/.

40 6d ago A 0 tokens original MIT

last30days

34

swarm-ai-research/swarm

Command Claude Code

Read and follow the instructions in /.claude/skills/last30days/SKILL.md exactly.

40 6d ago A 0 tokens original MIT

lint_fix

35

swarm-ai-research/swarm

Command Claude Code

Run ruff auto-fix on a directory after multi-file creation, then report remaining issues. Fills the gap between "just wrote code" and "ready to stage.".

40 6d ago A 0 tokens original MIT

load_keys

36

swarm-ai-research/swarm

Command Claude Code

Load API keys from /.zshrc (or /.bashrc) into the current shell environment. Eliminates the need to manually grep and export keys each session.

40 6d ago A 0 tokens original MIT

log_run

37

swarm-ai-research/swarm

Command Claude Code

Log a completed SWARM run to the SQLite runs database.

40 6d ago A 0 tokens original MIT

merge_session

38

swarm-ai-research/swarm

Command Claude Code

Merge session branch(es) into main via rebase + fast-forward push. Use from inside a session worktree pane to land your work, or with --all to batch merge all sessions from the main repo.

40 6d ago A 0 tokens original MIT

obsidian

39

swarm-ai-research/swarm

Command Claude Code

Open a file or vault in Obsidian from the CLI, with auto-detected vault name.

40 6d ago A 0 tokens original MIT

plot

40

swarm-ai-research/swarm

Command Claude Code

Generate standard plots from a previously-exported run folder.

40 6d ago A 0 tokens original MIT

post_skillevolve

41

swarm-ai-research/swarm

Command Claude Code

Publish or update a SWARM project demo (video, GIF, or image) on the Skill Evolve community forum — use after /renderpromo produces a shareable artifact, or after completing a benchmark you want to showcase externally. Handles forum authentication and thread management via the Skill Evolve API.

40 6d ago A 0 tokens original MIT

pr

42

swarm-ai-research/swarm

Command Claude Code

Create a feature branch, commit staged/unstaged changes, push, and open a GitHub PR against main — use when you have local changes not yet on any branch and want a reviewable PR. Distinct from /ship (commit + push to current branch, no PR) and /fixpr (resolve conflicts or run quality gates on an existing PR).

40 6d ago A 0 tokens original MIT

preflight

43

swarm-ai-research/swarm

Command Claude Code

Run all pre-commit checks on staged files without committing. Shows all issues at once and optionally auto-fixes what it can.

40 6d ago A 0 tokens original MIT

publish_figures

44

swarm-ai-research/swarm

Command Claude Code

Generate publication-quality cross-run comparative figures from SWARM run data.

40 6d ago A 0 tokens original MIT

red_team

45

swarm-ai-research/swarm

Command Claude Code

Run a red-team evaluation (adaptive/adversarial stress testing) and summarize failure modes.

40 6d ago A 0 tokens original MIT

release

46

swarm-ai-research/swarm

Command Claude Code

Cut a swarm-safety release end-to-end: bump versions, finalize the CHANGELOG via a Release PR, tag main, and shepherd the release.yml pipeline through to the PyPI publish and GitHub release — then verify it actually landed.

40 6d ago C 0 tokens original MIT

rename_symbol

47

swarm-ai-research/swarm

Command Claude Code

Rename a Python symbol (class, function, variable, constant) across the entire codebase in one shot. Handles imports, type annotations, string references, docstrings, tests, and documentation.

40 6d ago A 0 tokens original MIT

render_promo

48

swarm-ai-research/swarm

Command Claude Code

Render the SWARM Remotion promo video to MP4, GIF, or still frame.

40 6d ago A 0 tokens original MIT