From mnemo-mcp
End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions
npx claudepluginhub n24q02m/mnemo-mcpThis skill uses the workspace's default tool permissions.
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.
Proactively saves decisions, conventions, bugs, discoveries, and preferences to persistent Engram memory across sessions using mem_save and related tools.
Captures durable knowledge from Claude Code sessions into rekal memory with deduplication via search/store/supersede. Triggers at session end, task finish, or key preferences/decisions.
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.
Share bugs, ideas, or general feedback.
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]