Documentation
README
Save Thread
When to Save
Only when user explicitly says: "Save this session" | "Checkpoint this" | "Record conversation"
Lifecycle hooks capture full session transcripts automatically after responses, before compaction, and at session end. This skill is for on-demand summary saves.
Tool Usage
Create a summary thread via nmem t create:
nmem t create "A concise summary of this session: what was discussed, what was built, and key decisions made" \
--title "Copilot CLI: <short title from first user message>" \
-s copilot-cli
Important: Write the summary yourself from the current conversation context. Do NOT try to invoke the stop hook script directly โ it requires hook payload from Copilot CLI internals.
Thread vs Memory
This is the opening of the README. Read the full README on GitHub.