mem-auto
Installation
SKILL.md
mem-auto — Unified Memory Autopilot
Runs the automatic memory loop; delegate detailed work to the narrow mem-* skills.
Memory Scopes
- Long-term memory: global durable instructions, preferences, facts, and reusable conventions in
~/.agents/AGENTS.md(the canonical core read natively by every agent); project durable rules inAGENTS.mdorCLAUDE.md. - Short-term memory: daily
[Candidate]logs in~/.agents/memories/YYYY-MM-DD.mdand.memories/YYYY-MM-DD.md; active[Handoff]state lives in per-task files under.memories/handoffs/(one file per task). Both the daily logs and thehandoffs/subdirectory sync through/mem-sync.
Delegation
Use /mem-recall for short-term lookups, /mem-promote for durable promotion/prune,
/mem-clean for destructive cleanup, and /mem-sync for project log status/diff/pull/push.