pickup

Load session context from handoff files to resume Claude Code workflows.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/robynsmith/claude-code-skills-demo --skill pickup-robynsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pickup
Source: https://github.com/robynsmith/claude-code-skills-demo/tree/main/.claude/skills/pickup
Command: npx skills add https://github.com/robynsmith/claude-code-skills-demo --skill pickup-robynsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load session context from handoff files to continue where you left off in Claude Code sessions.

Core Features & Use Cases

  • Load the most recent handoff to resume work across sessions.
  • Specify a date to load a particular handoff file (YYYY-MM-DD).
  • Output a concise summary of what the handoff contains and seed your current context.

Quick Start

Ask the AI to run /pickup to load the most recent handoff and resume your work.

Frequently Asked Questions about pickup

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

FAQPage Schema
How do I resume work across different Claude Code sessions?

To resume work across Claude Code sessions, load handoff context files that seed the AI with your previous workflow state. Run the pickup command to read the most recent handoff file and seamlessly continue your paused tasks.

Can I load a specific handoff file by date to restore session context?

Yes, you can load a specific handoff file by date using the YYYY-MM-DD format. This restores session context precisely from that day, allowing you to resume workflows from any specific point in your work history.

What is session continuity and when do I need handoff files?

Session continuity is the ability to maintain workflow state across separate AI interactions. You need handoff files when pausing complex tasks and returning later, ensuring the AI retains your project context without manual re-explanation.

How to load the most recent handoff context to continue a paused workflow?

Load the most recent handoff context by running the pickup command, which automatically identifies and reads the latest file from the handoff directory. It outputs a summary and seeds the current session with the previous work state.

Do I need to format dates in a specific way to retrieve past handoff context?

Yes, you must format dates in YYYY-MM-DD format to retrieve past handoff context. This precise date selection ensures the system parses your request correctly and loads the exact session file you need from the handoff directory.