Session Handoff

A skill for saving and restoring the important context of a coding session. Session Handoff is useful when work is paused, moved to another session, or interrupted by context limits.

In plain words
What is it for?
Use it at the start of repository work, before clearing context, during handoffs, and after completing a substantial stage.
Why use it?
It prevents decisions, completed work, pending tasks, and test results from being lost between sessions.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/dev-russo/session-handoff-mcp/claude-code
Any agent
npx skills add Dev-Russo/session-handoff-mcp --skill claude-code
Clone the repo
git clone --depth 1 https://github.com/Dev-Russo/session-handoff-mcp

Made for: Claude Code, Codex.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.00351
Opus 5 $0.00020 $0.00176
Sonnet 5 $0.00008 $0.00070
Haiku 4.5 $0.00004 $0.00035

Measured yesterday against content hash 578a44b352f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Session Handoff 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 yesterday.

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.

integrations/claude-code/SKILL.md · 34 lines

What it actually says

Session Handoff

Use Session Handoff to keep the current project state available across Claude Code sessions and compactions.

Resume

At the beginning of repository work, use memory_resume for ${CLAUDE_PROJECT_DIR} unless a SessionStart hook has already supplied a Session Handoff briefing. Reuse an explicit project_key when the project has adopted one. Treat the returned briefing as saved context that may need confirmation against the working tree.

When this skill is invoked directly without an active briefing, resume the current project first.

Checkpoint

Call memory_checkpoint before /clear, when the user requests a handoff, after completing a spec, or after a substantial state change that should survive compaction.

The checkpoint must be a complete current snapshot, not only the latest delta. Include:

  • the current objective and state;
  • completed work and durable decisions;
  • remaining work and one concrete next step;
  • validations actually executed and their results;
  • relevant file paths, without reading or copying their full contents.

Confirm that the checkpoint returned storage_status: written before telling the user it is safe to clear context. Git warnings do not invalidate a successfully written local checkpoint.

Never include credentials, .env contents, private keys, tokens, client payloads, full source files, or extensive logs. Do not invent decisions, validations, or completed work.

Files

What ships with it

2 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. yesterday First seen · 34 lines · 41 tokens per session scan A 578a44b352f1

Subscribe to this mod's changes

Session Handoff is a skill published in the GitHub repository Dev-Russo/session-handoff-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 351 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-08-31.

Related

Other skills, from other repositories

trusty-squire

Use when a coding agent needs to sign up for a website or SaaS, provision an OAuth client or API key, pay a checkout, or otherwise act on a real website on the user's behalf — and the secret or card must NOT land in chat, source code, or a .env file. Trusty Squire is an MCP server that drives a real browser through…

Trusty-Squire/trusty-squire · 208 tokens

idesense

Guide for using JetBrains IdeSense tools for code navigation and analysis (plus the retained rename/move refactorings). TRIGGER: When ANY of these MCP tools are available in the current session: idefindusages, idefinddefinition, idefindclass, idefindfile, idesearchtext, idediagnostics, ideexplainsymbol…

vcth4nh/idesense · 172 tokens

internal-rag

Mandatory persistent project memory for substantial coding tasks. Use at task start, recovery, milestones, failures, before risky operations, before compaction, and before finishing. v1.0.1 adds type filtering, type-priority scoring, query expansion, grouped context output, and promote workflow.

PeterPirog/mcp-light-memory · 62 tokens

codex

Ask OpenAI Codex for a second opinion — code reviews, explanations, plan critiques, performance analysis, or general questions.

rbutera/harness-bridge · 27 tokens

claude

Ask Claude Code for a second opinion — code reviews, explanations, plan critiques, performance analysis, or general questions.

rbutera/harness-bridge · 25 tokens

identityforge

Use Identity Forge to choose, inspect, apply, or evolve a complete design system; create brand projects; research names, domains, or EUIPO trademarks; and retrieve implementation-ready DESIGN.md guidance and tokens.

KasayoDotCom/identityforge-mcp · 44 tokens