# Handoff

> Compact the current conversation into a handoff document for another agent to pick up. Use when ending a long session, switching agents, or handing off benchmark runs, profiling investigations, or multi-step infra work.

- Skill: `saddss/handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add saddss/handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/saddss/handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: MIT
- Author: Saddss (https://skillmd.com/u/saddss)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/saddss/handoff

---


> **Vendored from [mattpocock/skills](https://github.com/mattpocock/skills) under MIT.** See `LICENSE-MIT-Matt-Pocock.txt`.

# Handoff

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS — not the current workspace.

Include a **Suggested skills** section listing skills the next agent should invoke (e.g. `diagnose`, `perf-analysis`, `llm-serving-auto-benchmark`, `llm-torch-profiler-analysis`).

Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.

Redact any sensitive information, such as API keys, passwords, or personally identifiable information.

If the user describes what the next session will focus on, tailor the doc accordingly.

