agent-memory
Installation
SKILL.md
Agent Memory Skill
Manage cross-interface persistent memory for AI-assisted projects. Maintain a coherent, up-to-date knowledge base that any AI agent — Claude Code, Cursor, VS Code, Craft Agent, or any file-reading tool — can read and build upon across sessions.
Capabilities
| Area | Outcome |
|---|---|
| Initialize | Scaffold .agent-memory/ with structure and entry points |
| Capture | Distill session decisions, feedback, and context into durable memory files |
| Sync | Keep memory consistent across Claude Code, Cursor, VS Code, and other file-reading agents |
| Maintain | Compact stale entries, resolve conflicts, clean orphaned files |
| Migrate | Upgrade older formats (v1 flat files, CURSOR.md) to memory format v2.1 |
| Build | Scan existing documentation and generate initial memory files |