pickup

Resume work from saved handoff sessions in .claude/handoffs/.

114|13|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jellydn/my-ai-tools --skill pickup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pickup
Source: https://github.com/jellydn/my-ai-tools/tree/main/skills/pickup
Command: npx skills add https://github.com/jellydn/my-ai-tools --skill pickup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to resume work from a prior handoff session by selecting saved handoffs stored under .claude/handoffs/ and rehydrating your context.

Core Features & Use Cases

  • Handoff discovery: Locate available handoffs in .claude/handoffs/ and display summaries.
  • Context reattachment: Restore the selected handoff's context to continue from where you left off.
  • Decision point: Confirm before resuming to avoid accidentally applying the wrong handoff.

Quick Start

Use the pickup skill to resume work from a saved handoff in .claude/handoffs/. Run: /pickup [HANDOFF_FILE] If no handoff file is specified, a list of available handoffs will be shown and you'll be prompted to select one.

Frequently Asked Questions about pickup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume work from a previous Claude Code handoff session?

To resume work from a previous handoff session, run /pickup [HANDOFF_FILE] to rehydrate context. If no file is specified, available handoffs in .claude/handoffs/ are displayed for selection.

Can I pick up a saved handoff in OpenCode or Codex environments?

Yes, you can pick up a saved handoff in OpenCode, Codex, and Gemini environments. The skill applies across these CLI tools to discover handoffs and restore context seamlessly.

What is a handoff file and where are handoff sessions stored?

A handoff file stores the context of a previous workflow session. These handoffs are stored in the .claude/handoffs/ directory and contain summaries for review before continuation.

How do I list available handoffs when I don't know the file name?

To list available handoffs, run the /pickup command without specifying a file name. The system will automatically discover and display summaries of saved handoffs in .claude/handoffs/.

Does resuming a handoff session require user confirmation?

Yes, resuming a handoff session requires user confirmation. This decision point ensures you review the summary and confirm before reattaching context, preventing accidental application of the wrong handoff.