grandameniumgrandameniumCommunity·1 Agent Skills Included

dream-skill

Automatic memory consolidation and cleanup for coding sessions

Consolidates accumulated session memory by scanning transcripts for corrections, decisions, and preferences. Merges findings into clean memory files, converts relative dates to absolute, and resolves contradictions automatically. Prunes stale entries and rebuilds a lean index under 200 lines. Auto-triggers every 24 hours via a session-exit hook with zero manual effort.
npx skills add grandamenium/dream-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Dream?

Run `npx skills add grandamenium/dream-skill --all -g -y` in your terminal to install the skill globally.

What does the Dream skill do?

It runs a 4-phase consolidation pass over your agent's memory files, removing stale facts, fixing contradictions, and converting vague dates into absolute ones.

Does Dream run automatically?

Yes. A Stop hook checks on every session exit, and once 24 hours have passed it flags the next session to run consolidation in the background.

Which memory systems does Dream support?

It auto-detects native Claude Code memory, OpenClaw-style daily logs, and project-root MEMORY.md setups, defaulting to native if nothing is found.

Is my memory data safe during consolidation?

Yes. The skill never deletes entries without replacement, backs up memory before the first run, and supports a dry-run mode for review.

Related Repositories in Software Engineering

View All in Software Engineering