Memory Keeper

Sets up MEMORY.md for the current workspace and keeps the long-term notes in it tidy across sessions.

gl0di Updated

File contents

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.

gl0di/clawseccheck/tree/main/fixtures/benign_b13_self_declare_conjugated_verb/skills/memory-keeper commit ebf1514659

Frequently asked questions

npx skillmds@latest add gl0di/memory-keeper