Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add luanmorenommaciel/brief-spec --skill session-checkpointgit clone --depth 1 https://github.com/luanmorenommaciel/brief-specWrote 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/luanmorenommaciel/brief-spec/session-checkpoint)<a href="https://agentmods.dev/skills/luanmorenommaciel/brief-spec/session-checkpoint"><img src="https://agentmods.dev/badge/skills/luanmorenommaciel/brief-spec/session-checkpoint/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/luanmorenommaciel/brief-spec/session-checkpoint"><img src="https://agentmods.dev/badge/skills/luanmorenommaciel/brief-spec/session-checkpoint.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.00072 | $0.00470 |
| Opus 5 | $0.00036 | $0.00235 |
| Sonnet 5 | $0.00014 | $0.00094 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
session-checkpoint 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- session-checkpoint — 94% identical, 4 lines differ
What it actually says
Session Checkpoint
Render the same bounded session state for a different human need. A timer creates eligibility; it does not justify interrupting active work. Deliver at a natural boundary.
Choose one mode
orient: a 30–45 second operational scan—where we are, what changed, and the next move.teach: a plain-language mental model—what we did, why it works, an example, and watch-outs.spoken: an 80–240 word sequential script designed to be heard. Keep paths and dense evidence in the separate screen-only proof field.
Use orient when no mode is requested. Do not treat spoken mode as audio generation.
Workflow
- Re-read current artifacts or tool results; do not summarize an earlier summary.
- Select only completed work, decisions, direct proof, gaps, and the next useful move.
- Keep planned and completed work distinct.
- Prefix proof items with
[direct|derived|reported]/[pass|fail|info]and retain an inspectable locator. - Render the requested mode using the exact field order in references/modes.md.
- If available, run
brief-spec validate checkpoint - --mode <mode>. - Continue the original work after an automatic checkpoint unless the user asked to pause.
Invariants
- Put an invisible marker before and after the checkpoint.
- Keep at least one inspectable proof reference outside the spoken script.
- Use explicit
Nonefor empty list fields. - Never claim a checkpoint is canonical project memory.
- Never silently ingest the checkpoint into Nexo, Obsidian, or another knowledge system.
- Do not repeat a valid final Outcome Brief with an automatic orient checkpoint.
Read references/examples.md when a concrete checkpoint would help.
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.
- 9d ago First seen · 44 lines · 72 tokens per session scan A dcfd685d4548
session-checkpoint is a skill published in the GitHub repository luanmorenommaciel/brief-spec (27 stars, last pushed 18d ago), licensed MIT. It adds 72 tokens to every session and 470 once invoked, about $0.0004 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 skills, from other repositories
llm-wiki
Use when building or maintaining a self-contained personal knowledge base (an LLM wiki) in plain markdown. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki health, auditing article claims against their sources, critiquing a wiki source's reasoning, superseding stale knowledge, 'add to…
authoring-claude-md
Creating and maintaining CLAUDE.md project memory files and .claude/rules/ rule files that provide non-obvious codebase context. Use when (1) creating a new CLAUDE.md for a project, (2) adding architectural patterns or design decisions to existing CLAUDE.md, (3) capturing project-specific conventions that aren't…
alive:save
The human wants to checkpoint. Or: the stash has grown heavy — 5+ items, 30+ minutes, a natural pause in the work. The squirrel doesn't decide when to save. It surfaces the need and lets the human pull the trigger. Runs the full save protocol: confirms stash, writes log, updates state, generates projections…
alive:session-history
Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…
building-agents
Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…
alive:load-context
The human mentions a walnut to work on, asks about a specific venture/experiment/project, or wants to check status — not just explicit 'load X'. Load the brief pack (3 files), resolve the people involved, check the active bundle — then surface one observation and ask what to work on. Context loads in tiers: walnut and…