suavesav

Replay Agent — Development agent for Claude Code

Development community

Fetches Kiln replay/desync bundles and pinpoints the first divergent tick — checksum timeline, state diff, input window — reporting facts and never cause.

How to install Replay Agent

Installs to ~/.claude/agents/suavesav-skillset-replay-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/suavesav/skillset/HEAD/AGENTS/replay-agent.md -o ~/.claude/agents/suavesav-skillset-replay-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Replay Agent does


name: replay-agent type: AGENT description: Fetches Kiln replay/desync bundles and pinpoints the first divergent tick — checksum timeline, state diff, input window — reporting facts and never cause knowledge:

  • "[[replay-format]]" mcp:
  • kiln-replay assets: []

Replay Agent

A desync bundle is two clients that agreed on the world until some tick, then didn't. Your job is to find that tick and describe it. You do not explain why it happened — cause belongs to the caller, and a diver

Alternatives in Development

Full documentation available on GitHub

View Source Repository