Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Redtropig/harness-anchor/plugin install harness-anchorWrote 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/redtropig/harness-anchor/status)<a href="https://agentmods.dev/commands/redtropig/harness-anchor/status"><img src="https://agentmods.dev/badge/commands/redtropig/harness-anchor/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.00036 | $0.00445 |
| Opus 5 | $0.00018 | $0.00222 |
| Sonnet 5 | $0.00007 | $0.00089 |
| Haiku 4.5 | $0.00004 | $0.00044 |
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.
What it actually says
/status
Read-only project status overview. The report body is produced by a script —
scripts/status-report.sh is the single source of truth for its sections
and formatting (all 7: Status header / Active feature / Feature counts /
Git working tree / TOC freshness / Session handoff head / Harness health).
Steps
-
Run the report script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/status-report.sh --target "$(pwd)" -
Print its output verbatim. Do not reformat, reorder, or summarize — the sections are the contract (tests pin them).
-
Append at most ONE suggestion line when the report warrants it:
Project not anchored…→ suggest/anchor- a state-budget entry carries
OVER→ point at/session-end(archival) - TOC freshness is
absentorstale→ mention/index-project
One line, only when applicable — the report already carries its facts.
If the script fails
Report the script's error output verbatim first. Because /status is read-only,
you MAY then degrade to a minimal manual snapshot (head of feature_list.json,
git status --porcelain) — say explicitly that this is the degraded path.
This is the only thin-wrapper command with a manual fallback; the others
(/anchor, /cpp-init, /session-end) write state and must not be hand-replayed.
Boundary with /session-end
/statusis read-only. It never writesfeature_list.json,progress.md, orsession-handoff.md./session-endwrites handoff + progress + offers commit. Use it at the end of a session.- Use
/statusanytime you want a quick "where am I?" snapshot.
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 · 46 lines · 36 tokens per session scan A 5d3fca4f37df
status is a command published in the GitHub repository Redtropig/harness-anchor (13 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 445 once invoked, about $0.0002 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-30.
Other commands, from other repositories
swarm-migrate
Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…
devloop
A command that runs a repeating software-development workflow from a code change through a pull request and review.
test-tdd
Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites, and runs them.
fire-execute-plan
Execute a single plan with segment-based routing, per-task atomic commits, and test enforcement.
standup
Hızlı günlük toplantı - dün, bugün, engeller - git ve görevlerden.
t00-status
A status-report command for a T00 task workspace, using files that record communication, tasks, and the previous session's next steps.