Main
Use it as “always-on repo memory”: it tracks Edit/Write/Bash operations and updates CLAUDE.md in an isolated agent so your main session stays lean.
The plugin uses marker-based updates (AUTO-MANAGED sections) so you can keep manual parts stable while letting the tool refresh build/architecture/conventions.
Use
/auto-memory:syncafter manual IDE edits and/auto-memory:calibratewhen your repo structure changed significantly.
Source-backed notes
- README shows marketplace install:
claude plugin marketplace add ...thenclaude plugin install auto-memory@.... - README documents commands:
/auto-memory:init,/auto-memory:calibrate,/auto-memory:sync,/auto-memory:status. - README describes marker-based sections (
<!-- AUTO-MANAGED: ... -->) to preserve manual content.
FAQ
- Does it consume my main context window?: README says updates run in an isolated agent so it doesn’t consume the main conversation context.
- What does it track?: README lists Edit/Write/Bash operations and file move/delete commands to detect dirty files.
- How do I start from scratch?: Run
/auto-memory:initto initialize the CLAUDE.md structure with an interactive wizard.