Stats
Actions
Tags
From chronicle
Search every past Claude Code session and rehydrate any of them
How this command is triggered — by the user, by Claude, or both
Slash command
/chronicle:chronicleThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /chronicle Quick access to the chronicle vault from a slash command. ## Subcommands - `/chronicle recall <query>` — FTS5 search across every archived session, returns ranked matches with summary text. - `/chronicle list [project]` — most-recent archived sessions, optionally filtered by project substring. - `/chronicle resume <uuid>` — rehydrate the session and emit the `/resume` invocation. - `/chronicle stats` — vault totals. ## Examples When the user runs `/chronicle`, invoke the corresponding `chronicle` CLI command and present the result. For `recall` and `list`, prefer renderi...
Quick access to the chronicle vault from a slash command.
/chronicle recall <query> — FTS5 search across every archived session, returns ranked matches with summary text./chronicle list [project] — most-recent archived sessions, optionally filtered by project substring./chronicle resume <uuid> — rehydrate the session and emit the /resume invocation./chronicle stats — vault totals./chronicle recall wellrx foamer
/chronicle recall callsign:Frank
/chronicle list wellrx
/chronicle resume 7f3b1c2a-...
When the user runs /chronicle, invoke the corresponding chronicle CLI command and present the result. For recall and list, prefer rendering the top 3–5 matches in human-readable form; for resume, run chronicle rehydrate <uuid> then tell the user to run /resume <uuid>.
npx claudepluginhub heyfinal/chronicle --plugin chronicle