Structured Memory

Defines how an agent should manage its own structured, persistent memory across whatever memory backends are configured in this environment — durable cross-session stores, project- or workspace-scoped notes, and short-lived task-tracking state. Use this whenever memory itself is the subject of the task — the user asks to remember, save, recall, forget, or reinforce something explicitly; asks to audit, clean up, consolidate, deduplicate, or curate existing memory; asks what belongs in long-term memory vs. task state vs. project-scoped notes, or what counts as durable "cross-project" knowledge; reports that a stored memory is wrong, stale, or contradicts something else; or whenever about to write any memory longer than one short, single-fact sentence — some memory backends silently corrupt or truncate multi-clause writes with no error signal, and the write-format rules here prevent that class of data loss. Also consult this before treating a subagent's or web research's claims as settled fact worth persisting.

tkolleh e20b95b 5 files · 43.4 KB Updated

File contents

tkolleh/skills/tree/main/structured-memory commit e20b95b3ec

Frequently asked questions

npx skillmds@latest add tkolleh/structured-memory