ascorbicascorbicCommunity·8 Agent Skills Included

macrodata

Persistent local memory and scheduled reflection for coding sessions

Gives coding agents persistent, self-maintaining memory across sessions with identity, journal, and semantic search. Indexes past conversations, distills decisions and facts, and runs scheduled morning prep, maintenance, and nightly reflection. Stores everything as local markdown and JSON files, eliminating repeated context setup and lost project knowledge.
npx skills add ascorbic/macrodata --all -g -y
Available:

Explains the plugin's architecture, memory storage layout, and build commands so the agent understands how the memory server, indexer, and daemon fit together when working in this repository.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→