/session-recap
Catch yourself up on a session gone cold.
What it does
Reconstructs a session you have lost the thread of: what it was about, where it started and ended, what is done versus open, the live state of git, the PR, and the worktree — then ranks what to do next and ends with a verdict on whether to close it or carry on.
When to reach for it
"Where was I." Returning after a break, after a compaction, or reopening a window you do not recognize.
It's working if
- You can act without scrolling back through the transcript.
- The git and PR state it reports matches what you find when you look.
- It tells you to close the session when the session is done.
Install this skill
Then type /session-recap in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s session-recapOr install the whole session plugin — this skill plus 4 others.
/plugin install session@smorinlabs-harnessWhere it fits
- /session-loose-ends — the acting sibling — this one only orients, that one cleans up.
- /session-status — for work still in flight rather than gone cold.
- /session-handoff — where you go when the answer is "someone else should finish this".