From recall
Load the latest recall entries from .claude/status.md so the model can resume work with prior context. Does nothing if the project hasn't enabled recall.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recall:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are loading prior session context for the user. Do exactly:
You are loading prior session context for the user. Do exactly:
Verify .claude/recall.json exists in the project root. If absent, print: "recall is not enabled in this project. Run /recall:init first." Stop.
Read .claude/status.md.
Extract the most recent 1–3 entries (each starts with ## ). Skip the file header.
Quote them verbatim back to the user, prefixed with a single line:
recall · resuming context from
.claude/status.md
Then add a one-line summary of what's loaded and ask: "Continue from here, or take a different direction?"
Constraints:
$ARGUMENTS is a number N, load N entries instead of 3 (cap at 10).## entries), say so and offer /recall:checkpoint to save the first one.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tonimaxx/recall --plugin recall