Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-relayHow this skill is triggered — by the user, by Claude, or both
Slash command
/relay:pickupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Resumes unfinished work from previous handovers or directly claims GitHub issues via /pickup. Interactive flow when starting a new session.
Resumes parked coding sessions from handoff documents: locates in CLAUDE.md or .parkinglot/, summarizes next steps, validates git branches/files, offers update or fresh start options.
Loads, validates, and resumes handoff documents from .hatch3r/handoffs/active/ with schema, integrity, expiry, and git_ref drift checks before surfacing content as user-tier context.
Share bugs, ideas, or general feedback.
Resume from a handoff. Uses MCP tool as primary method.
Load via ToolSearch (search for "pickup") if not available, then call:
pickup(issue_id="BEADS-123", list=false, project="SLUG")
issue_id and set list=true to list pending handoffs.issue_id to restore a specific handoff's context.relay pickup --list [--project SLUG]
relay pickup ISSUE_ID [--project SLUG]
Present: objective, branch info, decisions, next steps, notes. If current branch differs from the handoff branch, warn the user.