Memory Extraction

End-of-session pass that persists durable facts from the CURRENT session into .claude/memory/. Runs IN-SESSION in the main agent (never via Task — a subagent starts cold with no transcript), prompted by the Stop hook's nudge. Triggers on "persist durable facts from this session", "run memory-extraction", "flush session memory", or "extract memory before close". Reads the in-context transcript plus existing memory, applies the durable-fact predicate below, and writes one file per fact plus one MEMORY.md index line — append-or-update, never clobbering a consumer's existing memory.

LazyIsEfficient ff43b39 11.3 KB Updated

File contents

LazyIsEfficient/agentic-os/tree/main/.claude/skills/memory-extraction commit ff43b3948d

Frequently asked questions

npx skillmds@latest add lazyisefficient/memory-extraction