Session Replay Turn a Claude Code session JSONL file into an animated GIF that plays back the conversation as typed terminal output. The skill orchestrates three steps: parse the session file into turns, generate a VHS tape from those turns, and hand off to scry for GIF rendering. When To Use - Creating demos of development workflows - Adding visual evidence to pull requests - Sharing session highlights to Slack or GitHub - Embedding session replays in tutorials When NOT To Use - Writing blog posts from sessions (use ) - Generating API documentation (use ) - Recording live terminal commands (…