sit-rep

sit-rep is a skill for Claude Code from gf-labs/claude-toolbox. It costs 106 tokens per session (3,355 once invoked), scanned B, original, MIT.

A command for writing a broad report on a project's progress over at least two weeks, including milestones, changes in direction, lessons, and risks.

In plain words
What is it for?
Use it for long-range project reviews covering progress, pivots, learning, delivery pace, and upcoming risks.
Why use it?
It turns scattered project history into one account of where the work came from, where it stands, and what may affect the next stage.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; names the AskUserQuestion tool; positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/you/Repos/example/project.

Part of the tools plugin — 2 skills, 13 commands, 5 agents, 4 hooks shipped together

Good fit Use it for long-range project reviews covering progress, pivots, learning, delivery pace, and upcoming risks.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add gf-labs/claude-toolbox
Claude Code
/plugin install tools

Made for: Claude Code.

Or install tools, the plugin that ships this one along with the rest of its 2 skills, 13 commands, 5 agents, 4 hooks.

Wrote 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.

agentmods badge for sit-rep

README.md
[![agentmods](https://agentmods.dev/badge/skills/gf-labs/claude-toolbox/sit-rep/github.svg)](https://agentmods.dev/skills/gf-labs/claude-toolbox/sit-rep)
Your own site
<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.

agentmods 80×15 button for sit-rep

Your own site · 80×15
<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>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,355 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash e4e60955f8db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/collect-velocity.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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
skills/sit-rep/SKILL.md · 215 lines

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 (env block). If unset, derive it from this skill file's own location — the skill ships inside the repo at skills/sit-rep/, so the repo root is two levels up.
  • CLAUDE_PLUGIN_ROOT — the active plugin install location (provides this skill's bundled scripts/collect-velocity.sh). If unset, fall back to ${CLAUDE_TOOLBOX_ROOT}/skills/sit-rep since 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).

Read the full file on GitHub · 215 lines

Files

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.

Changes

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.

  1. 8d ago First seen · 215 lines · 106 tokens per session scan B e4e60955f8db

Subscribe to this mod's changes

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.