handoff is agent-read markdown (skill) from techwolf-ai/ai-first-toolkit: Write a session handoff at the end of a session so the next session can start from where this one stopped without rereading the whole conversation. Use when user says "handoff", "wrap up", "write a handoff", "end of session", "park this session", "save where we are", or to RESUME with "/handoff read", "pick up the handoff", "read the handoff". Writes a tight resume note (HANDOFF.md) into the working directory, not a full transcript. Scope is the current project's resume note only, not searching .
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
# Handoff
Capture the minimum a fresh session needs to continue this work: what it is, where it stands, the exact next action. The next session reads ONE file instead of replaying the conversation. Optimized for "start from here", not "understand everything that happened".
The handoff is written to **the current working directory** (the project/folder being worked in), as `HANDOFF.md` at its root. It travels with the project, not with any tool's memory.
Two modes:
- **Write** (default): no args, or "handoff", "wrap up", "park this session", "save where we are".
- **Read**: "/handoff read", "pick up the handoff", "read the handoff".
**Scope.** Handoff only reads/writes the resume note in the current project directory. It does not search or summarize past sessions ("where did I work on X / when did I last do Y" is a different job). And a bare "resume" or "continue" may belong to a project-specific resume command rather than this skill — only fire handoff-read on the explicit phrasings above.
## Write mode
### 1. Reconstruct the session from THIS conversation
Do NOT re-run searches or re-read source files. Pull everything from what already happened in this session:
…
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.
GET https://markdownregistry.com/api/v1/artifacts/art_p3xvbf73uzz7c65r
GET https://markdownregistry.com/api/v1/resolve?ref=techwolf-ai/ai-first-toolkit/handoff
GET https://markdownregistry.com/api/v1/blob/eb3e1004ba9534c17c0ec60fcece96968be365b98b721b05925f6dfd8c35b658
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.
techwolf-ai/ai-first-toolkit · plugins/ai-adoption/skills/task-profile/SKILL.md · Mine the user's Claude Code + Cowork session history into a structured task profile, what they do with AI, how often…
techwolf-ai/ai-first-toolkit · plugins/ai-adoption/skills/token-doctor/SKILL.md · Personal diagnosis of where your Claude Code + Cowork spend goes. Reads local transcripts, prints your conversation…
techwolf-ai/ai-first-toolkit · plugins/ai-firstify/skills/ai-firstify/SKILL.md · Analyze, re-engineer, or bootstrap projects to align with AI-first design principles. Use when asked to review, audit…
techwolf-ai/ai-first-toolkit · plugins/content-studio/skills/analyze-performance/SKILL.md · Analyze engagement patterns across published posts to identify what works. Use when asked to review performance, find…
techwolf-ai/ai-first-toolkit · plugins/content-studio/skills/brainstorm-linkedin/SKILL.md · Generate LinkedIn post ideas from external sources (files, URLs, research). Use when the user provides source material…
techwolf-ai/ai-first-toolkit · plugins/content-studio/skills/content-studio/SKILL.md · Entry point for the TechWolf content-studio plugin. Use to understand the workflow, pick the right content skill, or…
techwolf-ai/ai-first-toolkit · plugins/content-studio/skills/setup-content-studio/SKILL.md · Set up a new content studio for a person. Copies the plugin template, adapts it to the person's voice, themes, and…
techwolf-ai/ai-first-toolkit · plugins/content-studio/skills/write-blog-post/SKILL.md · Write or develop a blog post. Use for blog content - writing, drafting, developing ideas into drafts, or editing…
jeremylongshore/tons-of-skills-marketplace · plugins/ai-agency/hyperflow/skills/handoff/SKILL.md · Use when managing a two-session handoff — inspecting, picking up, or reviewing a committed handoff package produced by…
suboss87/fdeops · skills/handoff/SKILL.md · Transfer operation of a customer deployment with ownership, evidence and a tested support path. Use for handoff or an…
dcouple/pane · main/src/services/paneChatBundle/skills/handoff/SKILL.md · Prepare a verified resumption brief when moving work to another agent, device, or session, including local-to-cloud…
7xuanlu/wenlan · plugin-codex/skills/handoff/SKILL.md · End a Codex work session. Stores durable captures, writes a narrative session log, and automatically applies typed…
7xuanlu/wenlan · plugin/skills/handoff/SKILL.md · End a work session. Stores durable captures, writes a narrative session log, and automatically applies typed item-level…
oprogramadorreal/optimus-claude · skills/handoff/SKILL.md · Compacts the current conversation into one self-contained, tool-agnostic handoff document at docs/handoffs/<slug>.md so…
doodledood/manifest-dev · claude-plugins/manifest-dev-tools/skills/handoff/SKILL.md · Produce a self-contained context payload that lets a fresh agent continue without re-deriving what this session…
akillness/jeo-skills · .agent-skills/handoff/SKILL.md · Compact the current conversation into a handoff document for another agent to pick up. Use when the user says handoff…