From memory-keeper
This skill should be used when the user says "context check", "check for insights", "anything worth saving", "review session", or wants to analyze the current conversation for valuable learnings worth persisting — debugging discoveries, architectural decisions, corrections, workflow patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-keeper:context-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the recent conversation to detect facts worth persisting.
Analyze the recent conversation to detect facts worth persisting.
/context check
Scan the last 10 human/assistant messages for concrete facts in these categories:
insight — completed work:
agent_edit — AI behavior changes:
task — ONLY unstarted intentions:
Good facts (concise, high-level, with WHY):
Bad facts (skip these):
context-save skill — do NOT ask for confirmationRead insights_root from ~/.claude/memory-keeper.local.md YAML frontmatter.
If no facts found, return "nothing worth saving". If facts found, save them immediately and report what was saved (topic + classification + file).
npx claudepluginhub popoffvg/claude-plugin-memory-keeper --plugin memory-keeperRecalls, searches, and analyzes past conversations using recent_chats.py, search_conversations.py, and lenses like retro, find-gaps, extract-decisions for context restoration and retrospectives.
Extracts uncaptured knowledge (decisions, feedback, context) from the current conversation before it's lost to compaction. Use after completing a task, before switching context, or before large exploratory work.
Extracts patterns, quirks, and decisions from conversations; persists to Markdown files in knowledge/learnings/. Use /learn for quick or /learn --deep for thorough analysis.