session-checkpoint

session-checkpoint is a skill for Claude Code, Codex from luanmorenommaciel/brief-spec. It costs 72 tokens per session (470 once invoked), scanned A, original, MIT.

A skill for re-orienting an agent during a long or interrupted session. It creates a short summary of completed work, decisions, evidence, gaps, and the next useful step.

In plain words
What is it for?
Creating operational recaps, plain-language explanations, or spoken summaries of the current session.
Why use it?
It reduces the chance of losing track of what has already happened or confusing planned work with completed work.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the brief-spec plugin — 3 skills, 5 hooks shipped together

Good fit Creating operational recaps, plain-language explanations, or spoken summaries of the current session.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luanmorenommaciel/brief-spec/session-checkpoint
Install

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.

Any agent
npx skills add luanmorenommaciel/brief-spec --skill session-checkpoint
Clone the repo
git clone --depth 1 https://github.com/luanmorenommaciel/brief-spec

Made for: Claude Code, Codex.

Or install brief-spec, the plugin that ships this one along with the rest of its 3 skills, 5 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 session-checkpoint

README.md
[![agentmods](https://agentmods.dev/badge/skills/luanmorenommaciel/brief-spec/session-checkpoint/github.svg)](https://agentmods.dev/skills/luanmorenommaciel/brief-spec/session-checkpoint)
Your own site
<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.

agentmods 80×15 button for session-checkpoint

Your own site · 80×15
<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>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00072 $0.00470
Opus 5 $0.00036 $0.00235
Sonnet 5 $0.00014 $0.00094
Haiku 4.5 $0.00007 $0.00047

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

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/session-checkpoint/SKILL.md · 44 lines

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

  1. Re-read current artifacts or tool results; do not summarize an earlier summary.
  2. Select only completed work, decisions, direct proof, gaps, and the next useful move.
  3. Keep planned and completed work distinct.
  4. Prefix proof items with [direct|derived|reported]/[pass|fail|info] and retain an inspectable locator.
  5. Render the requested mode using the exact field order in references/modes.md.
  6. If available, run brief-spec validate checkpoint - --mode <mode>.
  7. 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 None for 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.

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. 9d ago First seen · 44 lines · 72 tokens per session scan A dcfd685d4548

Subscribe to this mod's changes

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.

Related

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…

sammcj/agentic-coding · 82 tokens

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…

sammcj/agentic-coding · 93 tokens

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…

alivecontext/alive · 78 tokens

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…

alivecontext/alive · 76 tokens

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…

ericrisco/rsc-harness · 85 tokens

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…

alivecontext/alive · 81 tokens