session-replay
✓Analyze claude-trace JSONL files for session health, patterns, and actionable insights. Use when debugging session issues, understanding token usage, or identifying failure patterns.
Installation
SKILL.md
This skill analyzes claude-trace JSONL files to provide insights into Claude Code session health, token usage patterns, error frequencies, and agent effectiveness. It complements the /transcripts command by focusing on API-level trace data rather than conversation transcripts.
| Empty file | Session had no API calls | Report "No data to analyze" | | Malformed JSON | Corrupted trace or interrupted write | Skip line, count in error report | | Missing fields | Older trace format | Use .get() with defaults | | Permission denied | File locked by another process | Clear error message, suggest retry |
| Encoding error | Non-UTF-8 characters | Report encoding issue |
Analyze claude-trace JSONL files for session health, patterns, and actionable insights. Use when debugging session issues, understanding token usage, or identifying failure patterns. Source: rysweet/amplihack.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rysweet/amplihack --skill session-replay- Source
- rysweet/amplihack
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is session-replay?
Analyze claude-trace JSONL files for session health, patterns, and actionable insights. Use when debugging session issues, understanding token usage, or identifying failure patterns. Source: rysweet/amplihack.
How do I install session-replay?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill session-replay Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rysweet/amplihack
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01