session-checkpoint

session-checkpoint is a skill for Claude Code, Codex from mattmre/EVOKORE-MCP-PUBLIC. It costs 38 tokens per session (426 once invoked), scanned A, original, MIT.

A session snapshot tool that records current tasks, evidence, purpose, and recent Git activity in a Markdown file. It is designed to help an agent or developer resume work later.

In plain words
What is it for?
Use it to save progress before pausing work, changing sessions, or handing a task to another agent.
Why use it?
It prevents important context from being lost during a long break, crash, context limit, or handoff.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/session-checkpoint.js.

Good fit Use it to save progress before pausing work, changing sessions, or handing a task to another agent.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLIC
agentmods
npx agentmods add skills/mattmre/evokore-mcp-public/session-checkpoint

Made for: Claude Code, Codex.

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/mattmre/evokore-mcp-public/session-checkpoint/github.svg)](https://agentmods.dev/skills/mattmre/evokore-mcp-public/session-checkpoint)
Your own site
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/session-checkpoint"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/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/mattmre/evokore-mcp-public/session-checkpoint"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/session-checkpoint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 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.00038 $0.00426
Opus 5 $0.00019 $0.00213
Sonnet 5 $0.00008 $0.00085
Haiku 4.5 $0.00004 $0.00043

Measured 6d ago against content hash 64e9d168a3c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 6d 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.

SKILLS/ORCHESTRATION FRAMEWORK/commands/session-checkpoint/SKILL.md · 52 lines

What it actually says

/session-checkpoint — Create Session Checkpoint

Saves a timestamped snapshot of the current session's task status, evidence summary, and purpose to docs/session-logs/session-checkpoint-<ts>.md.

Usage

/session-checkpoint
node scripts/session-checkpoint.js
node scripts/session-checkpoint.js --session <session-id> --out <output-dir>

What it does

  1. Reads current tilldone task list from ~/.evokore/sessions/{sessionId}-tasks.json
  2. Reads evidence log from ~/.evokore/sessions/{sessionId}-evidence.jsonl
  3. Reads session purpose from the session manifest
  4. Computes metrics: task completion rate, test pass rate, git op count
  5. Writes docs/session-logs/session-checkpoint-{timestamp}.md

Output

A markdown checkpoint file containing:

  • Task progress table (completed/pending)
  • Evidence summary (test results, git ops, edit traces)
  • Recent git operations (last 5)
  • Resume instructions for the next session

When to use

  • Before a long break (context will be lost)
  • Before context compaction (pre-compact hook)
  • After completing a major phase
  • At the end of each session (in addition to session-wrap)
  • Before handing off to another agent or session

Integration

  • Works with purpose-gate.js: checkpoint path can be injected into additionalContext
  • Used by AGT-013 (Loop Operator) to anchor recovery evidence
  • /scope-lock uses the checkpoint as its baseline state
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. 6d ago First seen · 52 lines · 38 tokens per session scan A 64e9d168a3c8

Subscribe to this mod's changes

session-checkpoint is a skill published in the GitHub repository mattmre/EVOKORE-MCP-PUBLIC (3 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 426 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-09-03.