agentsclimarketplace

Claude session handoff

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

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.From its SKILL.md

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.

One thing to look at

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

SKILL.md

1.6 KB, 291 tokens by cl100k_base, 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.

What ships with it: 4 files

32.9 KB alongside SKILL.md, 2 of them executable

references/

scripts/

Keep looking

Skills are one crate of 325,949. 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.