agent-memory
Installation
SKILL.md
Agent Memory Skill
Manage persistent project memory as reviewable markdown in the repository. Any file-reading agent can read and update the same .agent-memory/ files across sessions.
Capabilities
| Area | Outcome |
|---|---|
| Initialize | Scaffold .agent-memory/ with structure and entry points |
| Migrate | Upgrade older formats (v1 flat files, CURSOR.md) to memory format v2.1 |
| Build | Scan existing documentation and generate initial memory files |
| Save | Distill session decisions, feedback, and context into durable memory files |
| Maintain | Compact stale entries, resolve conflicts, clean orphaned files |
| Sync | Reconcile .agent-memory/ files already in the checkout, then save the session |
| Status | Read-only health check — file counts, staleness, sync |