dream-skill
Automatic memory consolidation and cleanup for coding sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core