Handoff Skill — Development skill for Claude Code
Claude Code skill: executable context handoff between sessions.
How to install Handoff Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Socialpranker/handoff-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Handoff Skill does
Claude Code skill: executable context handoff between sessions.
Alternatives in Development
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
- Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
- Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
README
handoff
**Context that survives `/clear`.** A skill for [Claude Code](https://claude.com/claude-code): the next session — an agent with zero context — starts working in 30 seconds instead of re-reading your codebase.
  
A handoff is **not a session log**. It is an executable brief: a living header edited in place on every update, with an append-only log at the bottom that the reader may ignore.
flowchart LR
A[Session running] -->|"/clear, /compact,
stage done, context full"| B[WRITE]
B --> C[["handoff.md
survives the reset"]]
C --> D[RECEIVE]
D -->|"verify predicates
against reality"| E{Match?}
E -->|drift| F[Fix, note it]
E -->|broken premise| G[Report, ask]
F --> H[First action]
G --> H
H -->|"what was missing
goes back into the file"| C
The loop is the point: every receive writes back what the handoff lacked, so the next one is better.
What a handoff looks like
---
status: in progress
summary: parser v2 — migrating the tokenizer
updated: 2026-08-01
---
# Parser v2
**Plan:** .claude/specs/parser.md — stage 3/5, next task 3.2
## Continue work
**First action:** run `pytest -k parser` — 2 tests fail, fix `src/parser.py`
**DoD:** the `[DoD]` predicate below returns `0 failed`
## Map
- `src/parser.py` — anchor `def parse_v2`, the migration target
## Do not do
- Rewriting the lexer — tried, breaks the incremental path
## Expected state of the world
- `git rev-parse --abbrev-ref HEAD` → `feat/parser-v2`
- `[DoD]` `pytest -k parser -q` → now `2 failed` (expected — that's the work)
The receiver runs those predicates before touching anything. Deterministic verification, not vibes.
Why each part exists
| Mechanism | Problem it solves |
|---|---|
| **Publicit |
Related Skills
Resume Skills
Offline, local-only context migration skills across 9 coding-agent sources × 9 destination hosts (registry-der
Csift
The missing tool to sift your Claude Code sessions: regex search across all record types, recover files, extra
Agentswap
Fail over Claude Code and Codex across subscriptions, API keys, and third-party providers; wait through quota
Claude Remote Plus
Hot-swap Claude Code remote sessions between projects from your phone. A daemon + MCP server that manages clau
Claude Code Sessions
Unofficial tool for Claude Code sessions on disk: make a session visible under your other Claude account on th
Claude Memory Loop
Claude forgets everything between sessions. This skill installs the fix: a memory loop for Claude Code — one s
Related Agents
Claude Code Tools
by Prasad Chalasani - Well-crafted toolset for session continuity, featuring skills/commands to avoid compacti
Context Pack
Creates structured handoff briefings between agents. Packages task context, constraints, progress into compact
Coherence Auditor
Meta-agent (opus) - verifies coordination between pipeline agents via Handoff Record parsing + source code cro