macrodata
Persistent local memory and scheduled reflection for coding sessions
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdistill
Extract actions, facts, and decisions from conversations into structured JSON.
dreamtime
Automate nightly reflection and update markdown and JSON state files.
onboarding
Automate Macrodata initial setup by creating identity, profile, and workspace state files.
memory-maintenance
Distill daily conversations and update today.md, workspace.md, and human.md state files.
macrodata-distill
Extract distilled actions and facts from daily OpenCode conversations into JSON.
macrodata-memory-maintenance
Distill daily insights and refresh memory state files for the Macrodata agent.
macrodata-onboarding
Generate identity, human profile, and workspace state files during onboarding.
macrodata-dreamtime
Analyze recent activity to update memory state across identity, preferences, and topics.
Frequently Asked Questions
FAQPage SchemaHow to install Macrodata?â–¼
Run `npx skills add ascorbic/macrodata --all -g -y` in your terminal to install all skills in this suite globally.
How to give Claude Code persistent memory?â–¼
Macrodata stores identity, journal, and project context as local markdown files and injects them into every session, so the agent remembers who you are and what you're working on.
Does Macrodata work with OpenCode?â–¼
Yes. It ships dedicated OpenCode skill variants and a plugin config, supporting the same memory, distillation, and scheduling features as the Claude Code version.
Is my data sent to external servers?â–¼
No. All memories are stored as local markdown and JSON files you can read and edit, with no external APIs or third-party services involved.
What are dreamtime and memory maintenance?â–¼
They are scheduled background routines that distill daily conversations into facts, prune stale state, and run nightly reflection to improve how the agent works with you.
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