---
title: "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."
verification: "listed"
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

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install claude-replay from npm, run it against a supported session transcript or session ID, then export the generated HTML replay or open the web editor for review and packaging.
```

## 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/)
