From rewind
Observe and debug Claude Code sessions with Rewind. Use when the user wants to see what happened in an agent session, inspect tool calls, check session status, or open the Rewind dashboard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rewind:observeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the status of Rewind's Claude Code observation and open the dashboard.
Check the status of Rewind's Claude Code observation and open the dashboard.
When the user asks about Rewind status, session observation, or wants to debug agent behavior:
Check if the Rewind server is running:
rewind hooks status
List recorded sessions:
rewind sessions
Show details of a specific session:
rewind show <session-id>
Open the web dashboard:
rewind web --port 4800
Then direct the user to http://127.0.0.1:4800
When the Rewind server is running (rewind web), it automatically captures:
If sessions aren't being recorded:
rewind hooks statuscurl -s http://127.0.0.1:4800/api/health~/.rewind/hooks/buffer.jsonlnpx claudepluginhub agentoptics/rewind-plugin --plugin rewindWhole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.