deploy_blog
25Command Claude Code
Build and deploy the SWARM blog/docs site to Vercel production.
Command Claude Code
Build and deploy the SWARM blog/docs site to Vercel production.
Command Claude Code
Deploy (or update) the Streamlit interactive demo to Hugging Face Spaces.
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…
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.
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).
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.
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…
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.
Command Claude Code
Install repo-provided git hooks that enforce research hygiene. Also use this after editing any hook in .claude/hooks/.
Command Claude Code
Read and follow the instructions in /.claude/skills/last30days/SKILL.md exactly.
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.".
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.
Command Claude Code
Log a completed SWARM run to the SQLite runs database.
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.
Command Claude Code
Open a file or vault in Obsidian from the CLI, with auto-detected vault name.
Command Claude Code
Generate standard plots from a previously-exported run folder.
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.
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).
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.
Command Claude Code
Generate publication-quality cross-run comparative figures from SWARM run data.
Command Claude Code
Run a red-team evaluation (adaptive/adversarial stress testing) and summarize failure modes.
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.
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.
Command Claude Code
Render the SWARM Remotion promo video to MP4, GIF, or still frame.