Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
learnprompt avatar

Dream Memory

  • 61 installs
  • 231 repo stars
  • Updated July 10, 2026
  • learnprompt/cc-harness-skills

Helps with ai & agent building tasks.

About

dream-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • dream-memory
  • AI & Agent Building
  • AI-coding skill

Dream Memory by the numbers

  • 61 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,375 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/learnprompt/cc-harness-skills --skill dream-memory

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs61
repo stars231
Last updatedJuly 10, 2026
Repositorylearnprompt/cc-harness-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Dream Memory

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.

Use It For

  • nightly or manual memory cleanup
  • merging overlapping memory notes
  • normalizing relative dates into absolute dates
  • pruning stale or contradicted memories
  • keeping MEMORY.md small and index-like

Avoid It For

  • saving a single new memory from the current turn
  • persisting code facts that should be re-read from source
  • replacing plans, task boards, or issue trackers

Quick Start

Inspect 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.

Workflow

1. Inspect MEMORY.md, topic files, and recent logs or transcripts. 2. Identify durable facts worth keeping. 3. Merge into topic files instead of creating near-duplicates. 4. Remove stale or contradicted memory. 5. Rewrite MEMORY.md as a concise index.

Rules

  • MEMORY.md is an index, not a content dump.
  • Prefer topic merges over new file creation.
  • Convert relative dates to absolute dates.
  • Do not store code-state facts that can drift.

Supporting Files

  • Prompt template: references/prompt-template.md
  • Source notes: references/source-notes.md
  • Helper script: python3 {baseDir}/scripts/dream_memory.py ...

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.