pickup
$
npx mdskill add jellydn/my-ai-tools/pickupResume interrupted work by loading saved handoff files.
- Reactivates paused tasks stored in the handoffs directory.
- Depends on the .claude/handoffs/ folder containing markdown files.
- Selects a session by listing available files or specifying a path.
- Confirms user intent before executing the next step in the workflow.
SKILL.md
.github/skills/pickupView on GitHub ↗
--- name: pickup description: Resumes work from a previous handoff session which are stored in `.claude/handoffs/` license: MIT compatibility: claude, opencode, codex, gemini, cursor, pi hint: Use when resuming work from a previous handoff session user-invocable: true metadata: audience: all workflow: workflow --- # Pickup Handoff Resumes work from a previous handoff session which are stored in `.claude/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 `.claude/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 .claude/handoffs/ ``` Handoffs are named in format: `[YYYY-MM-DD]-[slug].md`
More from jellydn/my-ai-tools
- adrManages Architecture Decision Records (ADR) for tracking important architectural decisions
- codemapOrchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/
- handoffsCreates detailed handoff plans of conversations for continuing work in new sessions
- portless-localNamed .localhost URLs for local development - replaces port numbers with stable, readable URLs
- qmd-knowledgeProject-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
- slopRemoves AI-generated code slop from git diffs to maintain code quality