handoff is agent-read markdown (skill) from reidemeister94/development-skills: Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs /handoff..
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
Create a standalone document that lets a person or agent continue the work in a new conversation. Follow the [writing contract](../../shared/writing.md). Preserve the user’s request, useful discoveries, exact decisions, current state, relevant files, and the next action. Do not copy the conversation or raw logs.
## Compute the path
Use the OS temp directory, never the repo:
```
${TMPDIR:-/tmp}/handoff-YYYY-MM-DD-HHMMSS-{slug}.md
```
- `{slug}` = kebab-case topic, from `$ARGUMENTS` if passed, else inferred from the work.
- Resolve `${TMPDIR:-/tmp}` with Bash; macOS may not use `/tmp`.
## Write
Write the absolute path. Keep the first three sections. Include the later sections only when they carry useful information.
```markdown
# Handoff: {topic}
## What the user wants
[Explain the requested result and why it matters. Preserve exact wording only for decisions that the next conversation must not reinterpret.]
## Where things stand
[Explain what works, what is incomplete or broken, and the evidence. Give exact files, line numbers, and errors where they matter.]
## Next step
…
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_vw47dqevmktcmvga
GET https://markdownregistry.com/api/v1/resolve?ref=reidemeister94/development-skills/handoff
GET https://markdownregistry.com/api/v1/blob/99e37a7de099f715089c6912ee6751997da4bf5fc597e8b8dee6d9a45394c0b2
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.
reidemeister94/development-skills · skills/ai-agent-bench/SKILL.md · Compare Claude Code and Codex on the same code task, with isolated worktrees, common checks, time, and cost.
reidemeister94/development-skills · skills/align-docs/SKILL.md · Align stale repository docs and task records; use --clean for a full documentation cleanup.
reidemeister94/development-skills · skills/best-practices/SKILL.md · Research current practices or compare approaches using primary evidence and the user's constraints.
reidemeister94/development-skills · skills/brainstorming/SKILL.md · Use when the user wants to brainstorm, choose an approach, design something, or clarify an ambiguous or consequential…
reidemeister94/development-skills · skills/bro/SKILL.md · Use when the user says an explanation was unclear, too technical, or full of jargon, or asks for plain language.
reidemeister94/development-skills · skills/changelog/SKILL.md · Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
reidemeister94/development-skills · skills/eval-regression/SKILL.md · Check skill routing or behavior, investigate a regression, or compare plugin changes with a base commit.
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…
kunolu/640-skills · sbtd-workflow-onboard/assets/external-skills/stable/skills/handoff/SKILL.md · Compact the current conversation into a handoff document for another agent to pick up.
techwolf-ai/ai-first-toolkit · plugins/session-tools/skills/handoff/SKILL.md · Write a session handoff at the end of a session so the next session can start from where this one stopped without…
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…