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 gf-labs/claude-toolbox/plugin install toolsWrote 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/skills/gf-labs/claude-toolbox/sit-rep)<a href="https://agentmods.dev/skills/gf-labs/claude-toolbox/sit-rep"><img src="https://agentmods.dev/badge/skills/gf-labs/claude-toolbox/sit-rep/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gf-labs/claude-toolbox/sit-rep"><img src="https://agentmods.dev/badge/skills/gf-labs/claude-toolbox/sit-rep.svg" alt="Reviewed on agentmods" width="80" 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.00106 | $0.03355 |
| Opus 5 | $0.00053 | $0.01677 |
| Sonnet 5 | $0.00021 | $0.00671 |
| Haiku 4.5 | $0.00011 | $0.00335 |
Grade B, and why
sit-rep scanned grade B with 1 finding 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 8d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- `CLAUDE_TOOLBOX_ROOT` — the claude-toolbox repo (provides `_scope.py`, `collect-plans.py`). Normally set in `~/.claude/settings.json` (`env` block). If unset, derive it from this skill file's own location — the skill s How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Sit-Rep
Produce a comprehensive situation report on the current project: where it has been, where it is, where it is going, what changed course, what was learned, what could trip the next phase.
A sit-rep is not a status check. Use /tools:overview for point-in-time status, /tools:pin for break checkpoints, or /tools:recap for one-session summaries. The sit-rep is for narrative synthesis across 2+ weeks of work when the reader needs to see the shape of the arc, not the current task.
When to use
Trigger phrases include:
- "give me a sit-rep on this project"
- "paint a picture of where we've been and where we're going"
- "comprehensive overview of "
- "look for all key orders of magnitude"
- "how have we stayed on track / pivoted / deviated"
- "what are the learnings, good and bad"
Skip this skill for: simple status questions, single-session recaps, point-in-time queries ("what's blocked right now").
Scope and arguments
Default scope is the current git repository. Resolve via ${CLAUDE_TOOLBOX_ROOT}/scripts/_scope.py; treat its output as authoritative.
Environment-variable fallbacks. The skill references two distinct roots:
CLAUDE_TOOLBOX_ROOT— the claude-toolbox repo (provides_scope.py,collect-plans.py). Normally set in~/.claude/settings.json(envblock). If unset, derive it from this skill file's own location — the skill ships inside the repo atskills/sit-rep/, so the repo root is two levels up.CLAUDE_PLUGIN_ROOT— the active plugin install location (provides this skill's bundledscripts/collect-velocity.sh). If unset, fall back to${CLAUDE_TOOLBOX_ROOT}/skills/sit-repsince the skill ships from claude-toolbox.
Optional first positional argument: topic filter. When set, exclude commits, files, milestones, pivots, and learnings unrelated to that topic. Multi-word filters are space-separated and treated as an OR (e.g. search index ranking includes commits matching any of those terms).
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 215 lines · 106 tokens per session scan B e4e60955f8db
sit-rep is a skill published in the GitHub repository gf-labs/claude-toolbox (2 stars, last pushed 2d ago), licensed MIT. It adds 106 tokens to every session and 3,355 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
plan-task
Structured task planning using Work files. Use for any new feature, bug fix, or project that needs a task breakdown before implementation.
answer-open-question-with-alternative
Record a chosen alternative from an open question's embedded analysis as that question's answer in the current milestone's requirements.md.
discuss-new-task
Clarify a rough or ambiguous issue into one or more well-defined, task-sized pieces ready to add to the current milestone's task list.
finish-current-milestone
Mark the current milestone as done, recording its accomplishments in milestones/README.md, clearing the current-milestone pointer, and updating CLAUDE.md for lasting changes.
init-milestone-base-workflow
Bootstrap the milestone workflow in a project by creating the milestones/ directory and milestones/README.md, and ensuring CLAUDE.md carries the workflow guidance.
submit-task
Add a single already-clear issue to the current milestone's TASKSTODO.md as a brief-level task section.