#368 · Primary category: AI Coding Assistants
claude-replay
Convert AI coding agent sessions (Claude Code, Cursor, Codex, Gemini, OpenCode, Kimi Code, Hermes) into self-contained, embeddable HTML replays
Project last updated:08/29/26
GitHub Stars
820
Forks
62
Contributors
9
License
MIT
Why we included this project
Sharing a finished AI coding session is usually a pain. Screen recordings are bulky, and raw transcripts are hard to follow. claude-replay reads the session logs that Claude Code, Cursor, Codex CLI, Gemini CLI, OpenCode, Kimi Code, and Hermes Agent already write to disk, then converts them into a single self-contained HTML file with interactive playback, speed controls, and collapsible tool calls and thinking blocks. Because the output has no external dependencies, you can email it, host it anywhere, or drop it into documentation, and a reader can step through the agent's reasoning without installing anything. It auto-detects the transcript format across seven agents, can combine multiple sessions into one replay, and its live watch mode shows an agent session as it runs. For anyone who writes blog posts, files bug reports, or walks reviewers through pull requests, this is a practical way to make agent work presentable.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.