From mnemo-mcp
End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemo-mcp:session-handoffThe 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]
npx claudepluginhub n24q02m/claude-plugins --plugin mnemo-mcpProactively saves decisions, conventions, bugs, discoveries, and preferences to persistent Engram memory across sessions using mem_save and related tools.
Captures durable knowledge from sessions into rekal memory with deduplication. Extracts preferences, decisions, architecture, and procedures; checks for duplicates; stores or supersedes.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.