# Handoff

> Conversation handoff scoped to the current project, for resuming work across sessions. Use when checkpointing, ending a session, loading prior context, or clearing a handoff. Not for handoffs between projects, durable session notes, or repository-wide project context.

- Skill: `adeonir/handoff` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add adeonir/handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/adeonir/handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: adeonir (https://skillmd.com/u/adeonir)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/adeonir/handoff

---


# Handoff

## Triggers

- **Save** ("save context", "dump conversation", "checkpoint this", "session handoff", "save handoff") → [save.md](instructions/save.md)
- **Load** ("resume session", "load handoff", "continue from last") → [load.md](instructions/load.md)
- **Clear** ("clear handoff", "reset handoff") → [clear.md](instructions/clear.md)

Capture conversation state in one consolidated `.artifacts/HANDOFF.md` so a later session resumes with prior context. Three operations: save, load, clear.

## Workflow

```text
save  → consolidate current context into .artifacts/HANDOFF.md
load  → read the consolidated handoff
clear → overwrite .artifacts/HANDOFF.md with empty content
```

