From f8d12710f78752bd720e274b600d926574bb647f Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 2 Jul 2026 11:22:35 +0100 Subject: [PATCH] Add claude-handoff skill (in-progress) User-invoked skill mirroring handoff, but hands the conversation summary to a fresh background agent via `claude --bg` instead of saving a markdown document. Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/in-progress/claude-handoff/SKILL.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 skills/in-progress/claude-handoff/SKILL.md diff --git a/skills/in-progress/claude-handoff/SKILL.md b/skills/in-progress/claude-handoff/SKILL.md new file mode 100644 index 0000000..0e25b18 --- /dev/null +++ b/skills/in-progress/claude-handoff/SKILL.md @@ -0,0 +1,18 @@ +--- +name: claude-handoff +description: Hand off the current conversation to a fresh background agent that picks up the work immediately. +argument-hint: "What will the next session be used for?" +disable-model-invocation: true +--- + +Compose a handoff summarising the current conversation so a fresh agent can continue the work, then launch it as a background agent seeded with that summary — do not save a document. + +Launch with `claude --bg ""`, passing the summary as the prompt. It starts in the current working directory and returns immediately; the user manages it with `claude agents`. + +Include a "suggested skills" section in the summary, instructing the agent which skills to invoke. + +Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. + +Redact any sensitive information, such as API keys, passwords, or personally identifiable information — it becomes the agent's prompt. + +If the user passed arguments, treat them as a description of what the next session will focus on and tailor the summary accordingly.