# Handoff

> Compact the current conversation into a handoff doc a fresh agent can resume from.

- Skill: `pawel-kica/handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pawel-kica/handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pawel-kica/handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Pawel-Kica (https://skillmd.com/u/pawel-kica)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pawel-kica/handoff

---


# Handoff

Summarise the conversation so a fresh agent can continue. Save to `~/.claude/handoffs/` (the global `.claude`, not the workspace). Create the dir if it's missing.

A "Suggested skills" section is required. Don't duplicate PRD / plan / ADR / issue / commit / diff content, reference it by path or URL. Redact secrets and PII.

The user's args are the next session's focus. After saving, copy the path to the clipboard (`printf '%s' <path> | pbcopy` on macOS), then confirm the path.

