From rewindo
Timeline and revert tool for Claude Code. Track prompts and revert to checkpoints. Use when the user says "rewindo list", "show my timeline", "rewindo revert", "undo last change", "show checkpoint", "rewindo doctor", or wants to inspect or revert code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rewindo:rewindoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rewindo tracks a timeline of prompts and git checkpoints as Claude makes changes. Use the `rewindo` CLI to inspect and revert them.
Rewindo tracks a timeline of prompts and git checkpoints as Claude makes changes. Use the rewindo CLI to inspect and revert them.
The CLI binary is at ${CLAUDE_PLUGIN_ROOT}/bin/rewindo. Run all commands as:
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" <command> [args]
list — Show all timeline entries
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" listshow — Show details of a specific checkpoint
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" show <id>revert — Revert to a previous checkpoint
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" revert <id>undo — Undo the last checkpoint
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" undosearch — Search prompts by text
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" search <query>label — Add a label to a checkpoint
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" label <id> <label>doctor — Check Rewindo health and timeline integrity
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" doctorinit — Set up Rewindo hooks for current project
python3 "${CLAUDE_PLUGIN_ROOT}/bin/rewindo" initnpx claudepluginhub utkarshranaa/rewindo --plugin rewindoAutomatically tracks Claude's file edits and conversations. Rewind code changes, chat history, or both via /rewind or Esc+Esc. Summarizes sessions to manage context and recover from errors.
Reads historical intent from Entire checkpoints instead of guessing. Orchestrates sub-skills for code provenance, prior work search, explain, review, session handoff, and dispatch.
Rolls back to a previous git checkpoint tag while preserving lessons. Lists available checkpoints, previews file changes, and requires explicit confirmation before reverting.