Load a context primer for the current repo before starting work. Use when the user says "what was I doing here", "catch me up on this repo", "context primer", "what's the open thread", "where did I/we leave off" — and PROACTIVELY when a session opens on work that clearly continues something ("keep going on the refactor", "finish the migration") or when resuming a codebase after a break. Past sessions carry the open thread, prior decisions, and abandoned approaches that code and git history don't show.
$npx -y skills add nicknisi/sessions --skill contextInstalls into the current project.
Run `npx skills use "https://github.com/nicknisi/sessions" --skill "nicknisi/sessions/context"` 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.