Analysis updated 2026-05-18
Hand off a long Claude Code session to a teammate or a new AI session.
Generate a readable summary of what happened during a coding session.
Export a spreadsheet friendly list of every tool call made in a session.
| nanameru/claude-transcript-handoff-skill | adindazu/fextractor | anonymousraid/osint-mapping-tool | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Install via the Vercel Labs Skills CLI, or run the extraction script directly with Node.js.
CC Handoff Skill is a tool that reads the saved conversation history from Claude Code sessions and converts it into a set of human-readable and machine-readable files. Claude Code stores a record of everything that happened in a session, including chat messages, file edits, and tool calls, in JSONL transcript files on your local machine. This skill extracts that data and organizes it into a more useful form. The main use case is handoff: passing the context of a long Claude Code session to another person, to a different AI agent, or to a follow-up session. Without this, someone picking up where a session left off has to either re-read raw transcript files or start fresh without knowing what was already done. The extraction script produces several output files in one pass. These include a summary document covering session statistics and the first and last messages, a file containing the assistant's visible chat messages, a file containing the user's prompts, a spreadsheet-friendly list of every tool call made during the session, machine-readable versions of those tool calls and their outputs, a chronological event timeline, and a file listing where the original transcript files are located. Sensitive content such as API keys, bearer tokens, and JWTs is redacted automatically, though the README notes this is best-effort rather than a guarantee. It also reminds users not to commit the generated handoff files without reviewing them first, since transcripts can contain file paths, command output, and other information that should not be shared publicly. Installation is done through the Vercel Labs Skills CLI, which adds the skill to Codex or Claude Code with a single command. The extraction script can also be run directly with Node.js without installing the skill at all, and accepts arguments to point at a specific working directory or output folder.
A tool that extracts Claude Code session transcripts into readable summary, chat, and tool call files for handoff to another person or AI.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.