Recall what was done on a specific project or topic from past AI coding sessions. Use when the user says "what did I do on [project]", "recall [topic]", "history of [project]", "when did I last work on [thing]" — but also when they reference prior work without asking for history explicitly: "didn't we already fix this", "what was that approach we tried", "why did we do it this way", "what happened to [file/feature]". Use PROACTIVELY before re-deriving a decision or re-solving a problem a past session likely settled — past conversations hold rationale and dead ends that never made it into git.
$npx -y skills add nicknisi/sessions --skill recallInstalls into the current project.
Run `npx skills use "https://github.com/nicknisi/sessions" --skill "nicknisi/sessions/recall"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nicknisi/sessions" that are relevant to the current task. Run `npx skills add "https://github.com/nicknisi/sessions"` and select the relevant skills, then follow their instructions.