Claude session handoff
Skill batteryshark/skill-tap/skills/productivity/claude-session-handoff
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
npx -y skills add batteryshark/skill-tap --skill claude-session-handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Build a redacted, evidence-backed continuation brief from a Claude Code JSONL transcript. Use when resuming an interrupted agent task, handing work to another agent, or reconstructing objectives, edits, validation, and remaining work.
SKILL.md
1.6 KB, as published. Nobody here has run it
Build a Claude Session Handoff
-
Identify the Claude Code JSONL transcript, the associated project root, the intended receiving agent, and whether the brief may contain private source or conversation material.
-
Read references/handoff-evidence.md, then run:
bin/claude-session-handoff /path/to/session.jsonl \ --root /path/to/project \ --redact-session-ids \ --output /private/path/handoff.md -
Keep default redaction enabled. Treat
--no-redactas an explicit sensitive-data decision, not a convenience flag. Raw tool results are excluded unless--include-tool-resultsis requested because they may be large or secret-bearing. -
Review the generated objectives, current-state signals, changed-file evidence, commands/results, MCP calls, task events, parse errors, and omitted-item counts against the transcript and current repository state.
-
Add a short verified continuation section stating what is actually complete, what remains, which assumptions are unresolved, and the first safe next action. Do not promote transcript claims to current truth without checking the workspace.
-
Deliver the brief through an approved private channel and retain the source line numbers needed for traceability.
Use agents/handoff-reviewer.md for an independent evidence and privacy pass.