agentsclimarketplace

Claude session handoff

Skill batteryshark/skill-tap/skills/productivity/claude-session-handoff

Portable, reusable skills for agents and everyday workflows. Clank responsibly.

Install
npx -y skills add batteryshark/skill-tap --skill claude-session-handoff

Assembled 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

  1. 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.

  2. 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
    
  3. Keep default redaction enabled. Treat --no-redact as an explicit sensitive-data decision, not a convenience flag. Raw tool results are excluded unless --include-tool-results is requested because they may be large or secret-bearing.

  4. 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.

  5. 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.

  6. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.