Convert a finished coding-agent session into a shareable HTML replay instead of sending raw logs or bulky screen recordings.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Turn coding-agent transcripts into self-contained replay artifacts for review and handoff with Claude Replay"
slug: "turn-coding-agent-transcripts-into-self-contained-replay-artifacts-for-review-and-handoff-with-claude-replay"
description: "Convert a finished coding-agent session into a shareable HTML replay instead of sending raw logs or bulky screen recordings."
github_stars: 621
verification: "security_reviewed"
source: "https://github.com/es617/claude-replay"
author: "es617"
publisher_type: "individual"
category: "Developer Tools"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "es617/claude-replay"
github_stars: 621
npm_package: "claude-replay"
npm_weekly_downloads: 4870
---
# Turn coding-agent transcripts into self-contained replay artifacts for review and handoff with Claude Replay
Convert a finished coding-agent session into a shareable HTML replay instead of sending raw logs or bulky screen recordings.
## Prerequisites
claude-replay CLI or container, transcript files from a supported coding agent, and local filesystem access to the session logs
## Installation
Use the upstream install or setup path that matches your environment:
- npm install -g claude-replay
- npx claude-replay
- docker run --rm --init -p 7331:7331 \
- docker run --rm --init \
Requirements and caveats from upstream:
- 
- ### Docker
Basic usage or getting-started notes:
- **claude-replay** turns Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode session logs into interactive, shareable HTML replays. The generated replay is a single self-contained HTML file with no external depend...
- **Teaching** — step through AI reasoning and tool usage
- bash
- Source: https://github.com/es617/claude-replay
- Extracted from upstream docs: https://raw.githubusercontent.com/es617/claude-replay/HEAD/README.md
## Documentation
- https://es617.dev/claude-replay/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/turn-coding-agent-transcripts-into-self-contained-replay-artifacts-for-review-and-handoff-with-claude-replay/)
No comments yet. Be the first to comment!