Help us improve
Share bugs, ideas, or general feedback.
From cc-harness
Extracts durable memories from recent conversation turns into user, feedback, project, and reference categories, avoiding stale code-state facts. Use to persist collaboration context like user preferences and project constraints.
npx claudepluginhub learnprompt/cc-harness-skills --plugin cc-harnessHow this skill is triggered — by the user, by Claude, or both
Slash command
/cc-harness:memory-extractorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you want to persist durable collaboration context from the latest conversation turns.
Persists learnings into a 5-layer memory hierarchy (CLAUDE.md files, memory/MEMORY.md) and consolidates by pruning outdated entries and promoting recurring patterns. Triggers on 'extract learnings', 'remember', 'dream'.
Captures durable knowledge from sessions into rekal memory with deduplication. Extracts preferences, decisions, architecture, and procedures; checks for duplicates; stores or supersedes.
Integrates Mem0 persistent memory for Claude Code tasks using MCP tools. Retrieves relevant memories on new tasks, stores learnings like decisions and strategies, captures session states.
Share bugs, ideas, or general feedback.
Use this skill when you want to persist durable collaboration context from the latest conversation turns.
Build a manifest of existing memories:
python3 {baseDir}/scripts/memory_manifest.py --memory-root /path/to/memory
Then use the portable prompt in references/prompt-template.md.
userfeedbackprojectreferencepython3 {baseDir}/scripts/memory_manifest.py ...