pickup
Resume work from previous handoff sessions stored in .planning/handoffs/
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "pickup" description: "Resume work from previous handoff sessions stored in .planning/handoffs/" license: "MIT" --- # 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: ```bash ls -la .planning/handoffs/ ``` Handoffs are named in format: `[YYYY-MM-DD]-[slug].md`
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

