From mnemo-mcp
Captures end-of-session knowledge—decisions, preferences, corrections, conventions, open questions—into tagged, searchable memories with reasoning for context in future sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemo-mcp:session-handoff [session topic or project name][session topic or project name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured end-of-session capture that ensures the NEXT session starts with full context. Enforces "WHY not just WHAT" — every memory must include the reasoning, not just the fact.
Structured end-of-session capture that ensures the NEXT session starts with full context. Enforces "WHY not just WHAT" — every memory must include the reasoning, not just the fact.
Before storing anything, review the conversation for each category:
Decisions made: Technical choices, architecture decisions, tool selections
Preferences expressed: User's workflow preferences, style choices, communication preferences
Corrections given: Things the user corrected — these are HIGH PRIORITY (prevents repeat mistakes)
Conventions established: Naming patterns, file organization, coding standards
Open questions: Unresolved items that need future attention
For each item identified above:
Store with context using memory(action="add", ...):
decision, preference, correction, convention, open-questionVerify retrieval (mandatory — do NOT skip):
memory(action="search", query="[natural terms someone would use to find this]")Produce handoff summary for the user:
## Session Handoff — [date]
### Stored
- [N] decisions, [N] preferences, [N] corrections, [N] conventions
### Open Questions (carried forward)
- [list unresolved items]
### Key Context for Next Session
- [1-3 sentence summary of where things stand]
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 n24q02m/mnemo-mcp