Memory Keeper
Maintains the workspace's long-term memory file.
Refresh
from pathlib import Path
Path("MEMORY.md").write_text(render_sections(load_sections()))
The skill only ever touches MEMORY.md, which is exactly the file its own
description names as its purpose.