From entire
Steps through a feature's checkpoints chronologically, pausing at each step to ask questions. Use when you want to replay how a feature was built or what happened in a time window.
How this skill is triggered — by the user, by Claude, or both
Slash command
/entire:replayThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `entire search` and `entire explain` to sequence checkpoints chronologically and walk through them step by step, pausing for questions at each step. The pause-and-ask interaction is the core feature — do not dump all steps at once.
Use entire search and entire explain to sequence checkpoints chronologically and walk through them step by step, pausing for questions at each step. The pause-and-ask interaction is the core feature — do not dump all steps at once.
Begin the first response to this skill invocation with the line:
Entire Replay:
followed by a blank line, then the content.
If the user wants a flat single-topic summary, use teach instead.
entire search, entire explain, and entire dispatch.entire search, entire explain, or entire dispatch as a single shell-quoted argument. Strip or escape embedded quotes, backticks, $(...), and ; before substituting into the command — never paste user text directly into a shell snippet.git rev-parse --is-inside-work-tree
entire version
Run this from inside a git repository.The Entire CLI is required but not installed. Install it from https://entire.io/docs/cli and try again.entire search, entire explain, and entire dispatch as authentication-gated. If any reports authentication is required, stop and tell the user:entire search requires authentication. Run entire login and try again.
Do not print Entire Replay: until at least the target-resolution search has succeeded.
entire search "<topic>" --json --limit 30 --date month
Sort the hits chronologically (ascending) by checkpoint timestamp.
First derive 1-2 seed terms by reading recent activity:
entire dispatch --since 7d --voice neutral
Pick the most recurring nouns from the dispatch as seed terms, then run focused searches in parallel:
entire search "<seed term>" --json --date week --limit 30
Sort hits chronologically (ascending).
entire explain --checkpoint <step-1-id> --full --no-pager
Fall back to --raw-transcript if --full fails.
Entire Replay:
Replaying: <topic or window>
Total steps: <n>
Date range: <first-date> -> <last-date>
Primary author(s): <name(s)>
---
## Step 1 of <n> · <date> · <author>
<one-line summary of this step>
**Why this step happened:** <1-2 sentences — what triggered it, what came before>
**Key change or decision:** <1-3 sentences — what was actually done>
Ready for step 2? (Or ask a question about this step.)
next, continue, yes, or any clear advance signal, fetch the next checkpoint's transcript and present the next step using the same shape, with one addition:Suppress the response header on these follow-up turns — only the first turn of the invocation includes it.
Questions about the current step: if the user asks a question instead of advancing, answer it from the current step's transcript only. Do not read ahead. End the answer with: Ready for step 2? (Or another question.) (use the correct step number).
After the final step: present a short closing block:
## Journey takeaways
- <takeaway>
- <takeaway>
- <takeaway>
3-5 takeaways, each one a generalization across the journey, not a restatement of a single step.
--date filter entirely and re-running. If still empty, say clearly: No checkpoints match "<target>". Tried: <queries and filters>. Do not invent steps.Only <n> checkpoints found — not enough for a replay. and suggest the teach or recall skills as alternatives.--full or --raw-transcript, drop the step and tell the user at that point in the sequence: Step <n> transcript unavailable — skipping to step <n+1>. Do not fabricate the missing step.npx claudepluginhub entireio/skills --plugin entireReads historical intent from Entire checkpoints instead of guessing. Orchestrates sub-skills for code provenance, prior work search, explain, review, session handoff, and dispatch.
Automatically 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.
Finds, analyzes, and shares AI coding sessions (Claude Code, Cursor, Codex) using vibe-replay. Generates replay artifacts, session summaries, and attaches context to PRs.