session-handoff is agent-read markdown (skill) from iuliandita/skills: Write an agent session handoff with current state, decisions, unfinished work, verification, and next steps..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Session Handoff: Move Context Between Agent Sessions
Compress the current session into a small markdown document another agent session can continue
from. A handoff is a one-way, lossy carry: whatever the next session needs has to be written
down explicitly, because everything else is gone.
The point is to keep each session focused and inside its high-attention context window
instead of dragging one bloated thread forward.
Inspired by Matt Pocock's `/handoff` skill. The failure mode it exists to prevent is
**relitigation**: the next session reopens a decision the current one had already settled,
because the doc recorded *what* was decided but not *why*. Every locked decision carries its
rationale for this reason.
## When to use
- Switching roles across sessions: planner -> implementer, implementer -> reviewer
- Kicking off an AFK or unattended run from a clean context
- Fanning out to parallel sessions that each own one slice of the work
- Prototyping or spiking in a throwaway session without polluting the current one
- The current context window is full or degrading and you want a fresh start with only essentials
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
A 17 of 17 checks passed. Deterministic, no model, same answer every run.
pass: Frontmatter block present
pass: Frontmatter declares a name
pass: Frontmatter declares a description
pass: Size between 200 bytes and 200 KB (13397 bytes)
pass: No zero-width or bidi control characters
pass: No instruction hidden inside an HTML comment
pass: No link to an exfiltration or paste host
pass: No credential-shaped string
pass: No instruction to send local credentials anywhere
pass: No text hidden with inline styles
pass: No prompt-injection phrasing
pass: No curl or wget piped into a shell
pass: No recursive delete of root, home or parent
pass: No instruction to read or print local credentials
pass: No base64 blob over 200 characters
pass: No link to a raw IP address
pass: No script tag
Source
GitHub
iuliandita/skills · 7 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_5wkkl7oidsl77h27
GET https://markdownregistry.com/api/v1/resolve?ref=iuliandita/skills/session-handoff
GET https://markdownregistry.com/api/v1/blob/a65e9ddb5a905596e6673c5f4eed1c5f10a0082087e75fadb27faaa71c1d822f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
iuliandita/skills · skills/anti-slop/SKILL.md · Deprecated name. Use code-simplification; load this notice only when anti-slop is explicitly requested.
iuliandita/skills · skills/cluster-health/SKILL.md · Deprecated name. Use kubernetes-health; load this notice only when cluster-health is explicitly requested.
sethgammon/citadel · skills/session-handoff/SKILL.md · Synthesizes the current session into a structured HANDOFF block for context transfer between sessions. Captures what…
onewave-ai/claude-skills · session-handoff/SKILL.md · Use when a working session is ending, the context window is nearly full, work needs to pass to a teammate or a fresh…
ai-analyst-lab/ai-analyst · .claude/skills/session-handoff/SKILL.md · Preserve critical state when a session approaches context limits so the next session can pick up seamlessly. Use this…
aktsmm/agent-skills · session-handoff/SKILL.md · Create a compact handoff note so a new chat/session can first acknowledge the current state before work resumes. Use…
upex-galaxy/agentic-qa-boilerplate · .agents/skills/session-handoff/SKILL.md · Compact an entire agent session into a handoff document so a NEW session resumes exactly where this one stopped, as if…