pickup
Installation
SKILL.md
/pickup has two modes, chosen by an unambiguous signal:
- Read mode —
/pickupis the opening message of this conversation. Read the handoff and brief the user. - Relay mode —
/pickupwas invoked mid-session, with prior context. Hand off this session's work and relaunch into a fresh session that picks it up.
In both modes: <project> is the basename of the git repo root (or of the current working directory when not in a repo), and handoff docs live in ~/.agents/handoffs/<project>/.
Relay mode
Goal: this session ends; a fresh session in a new herdr pane continues from a handoff doc.
1. Write the handoff
Follow the instructions in ~/.claude/skills/handoff/SKILL.md exactly; if that skill is not installed, use the bundled copy at references/handoff/SKILL.md next to this file. Treat any arguments as the description of what the next session will focus on.