Borrowing it
Nothing to install: this file belongs to swarm-ai-research/swarm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/swarm-ai-research/swarm/main/.claude/commands/status.mdgit clone --depth 1 https://github.com/swarm-ai-research/swarmWrote 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/commands/swarm-ai-research/swarm/status)<a href="https://agentmods.dev/commands/swarm-ai-research/swarm/status"><img src="https://agentmods.dev/badge/commands/swarm-ai-research/swarm/status.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.01896 |
| Opus 5 | $0.00000 | $0.00948 |
| Sonnet 5 | $0.00000 | $0.00379 |
| Haiku 4.5 | $0.00000 | $0.00190 |
Grade A, and why
status 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/status
Quick orientation command for session start or mid-session check-in. Answers "where am I?" in one shot.
Use --full for a complete session warmup (status + healthcheck + tests). Consolidates the former /warmup command.
Usage
/status [--full] [--skip-tests] [--research]
Examples:
/status(quick orientation)/status --full(status + healthcheck + tests)/status --full --skip-tests(status + healthcheck, no tests)/status --research(standard status + research context)
Argument parsing
--full: Run the complete warmup sequence (see Full Mode below)--skip-tests: Skip the test suite in--fullmode--research: Append research context from the memory system (see Research Mode below)
Default behavior
Run all of the following in parallel and present a single consolidated summary:
0. Session Detection (run first)
Detect worktree context:
git rev-parse --git-dir
git rev-parse --git-common-dir
git rev-parse --show-toplevel
If --git-dir and --git-common-dir resolve to different paths, this is a linked worktree. Extract the session identity from the worktree directory name (e.g. session-2 -> pane-2). Include this at the top of the output:
Session: pane-2 (session/pane-2)
Main repo: /path/to/main/repo
If not in a worktree, omit the session line.
1. Branch & Remote State
git branch --show-current
git log --oneline origin/$(git branch --show-current)..HEAD # unpushed commits
git log --oneline HEAD..origin/$(git branch --show-current) # commits behind remote
Report:
- Current branch name
- N commits ahead of remote (unpushed)
- N commits behind remote (need pull)
- Whether branch tracks a remote
2. Working Tree
git status --short
git diff --stat # unstaged changes summary
git diff --cached --stat # staged changes summary
git stash list # any stashed work
Report:
- N files modified (unstaged)
- N files staged
- N untracked files
- N stashes
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.
- 7d ago First seen · 262 lines · 0 tokens per session scan A da0429f0378a
status is a command published in the GitHub repository swarm-ai-research/swarm (41 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,896 tokens. 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-30.
Other commands, from other repositories
story-long-scan
A command for scanning long-form online fiction rankings on platforms such as Qidian, Fanqie, and Jinjiang, then analyzing the ranking data.
story-short-scan
A tool for scanning and analysing popular short web-fiction rankings on platforms such as Zhihu Yanyan and Fanqie Short Stories.
eval-merge
Use the Read tool to load .skill-compass/{skill-name}/manifest.json. Verify.
speckit.git.validate
Validate current branch follows feature branch naming conventions.
reflect
Curate and compress recent memory. This command reviews the last 7 days of journal entries, extracts durable insights, and updates long-term memory files. Think of it as memory maintenance -- moving important things from short-term to long-term storage.
checklist
Generate a custom checklist for the current feature based on user requirements.