jellydn/my-ai-tools

pickup

Resume work from previous handoff sessions stored in .planning/handoffs/

First seen Feb 6, 2026

Installation

$ npx skills add jellydn/my-ai-tools --skill pickup

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jellydn/my-ai-tools · top by installs.

npx skills add jellydn/my-ai-tools

Browse all from jellydn/my-ai-tools

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Declared
OpenCode Declared

Repository health

Stars 118
License LICENSE
Default branch main
Open issues 2
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Compatibilitycline, claude, opencode, amp, codex, gemini, cursor, pi
Declared agents claude-code cursor codex gemini cline opencode amp
More metadata
audience
all
workflow
workflow

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 991 B
  • docs SUMMARY.md 86 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 71 installs

SKILL.md

Pickup Handoff

Resumes work from previous handoff sessions which are stored in .planning/handoffs/.

Usage

/pickup [HANDOFF_FILE]

If no handoff file is specified, will show available handoffs and prompt for selection.

Process

  1. Find available handoffs in .planning/handoffs/
  2. Read the selected handoff file
  3. Present the handoff summary to the user
  4. Ask the user to confirm they want to continue
  5. If confirmed, proceed with the next step described in the handoff

Available Handoffs

To see available handoffs:

ls -la .planning/handoffs/

Handoffs are named in format: [YYYY-MM-DD]-[slug].md