Help us improve
Share bugs, ideas, or general feedback.
From cc-harness
Consolidates logs, sessions, and memory files into durable topic memories with date normalization and stale-entry pruning.
npx claudepluginhub learnprompt/cc-harness-skills --plugin cc-harnessHow this skill is triggered — by the user, by Claude, or both
Slash command
/cc-harness:dream-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you want a deliberate memory-consolidation pass instead of storing more raw notes.
Consolidates Claude Code's auto-memory across sessions using a four-phase cycle (Orient, Gather Signal, Consolidate, Prune Index) with seven operators. Activates via session hooks or manual `/dream` command.
Reviews, consolidates, and prunes Claude Code project memory files. Supports dry-run and atomic apply modes for safe batch maintenance.
Audits and selectively forgets stored Claude Code memories. Use when memory is large/uncurated, project state has shifted, or retrieval quality degraded.
Share bugs, ideas, or general feedback.
Use this skill when you want a deliberate memory-consolidation pass instead of storing more raw notes.
This bundle is intentionally portable. It borrows the workflow shape from Claude Code's dream system, but it does not depend on Claude Code internals.
MEMORY.md small and index-likeInspect a memory directory before running the consolidation prompt:
python3 {baseDir}/scripts/dream_memory.py --memory-root /path/to/memory --transcripts-dir /path/to/transcripts
Then use the portable prompt in references/prompt-template.md.
MEMORY.md, topic files, and recent logs or transcripts.MEMORY.md as a concise index.MEMORY.md is an index, not a content dump.python3 {baseDir}/scripts/dream_memory.py ...