bylazyisefficient· 38 skills
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.
$npx -y skills add lazyisefficient/agentic-os --skill memory-extractionInstalls into the current project.
Run `npx skills use "https://github.com/lazyisefficient/agentic-os" --skill "lazyisefficient/agentic-os/memory-extraction"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lazyisefficient/agentic-os" that are relevant to the current task. Run `npx skills add "https://github.com/lazyisefficient/agentic-os"` and select the relevant skills, then follow their instructions.