memory
Installation
SKILL.md
Unified Memory Autopilot
A unified, self-governing memory system that automatically retrieves, structures, and prunes project and user-level developer knowledge.
Directory Structure
- User Scope (Global Workspace):
~/.agents/- Global durable preferences:
~/.agents/MEMORY.md(Do NOT commit to Git). - Global daily logs:
~/.agents/memory/YYYY-MM-DD.md.
- Global durable preferences:
- Project Scope (Local Repository):
<repo>/- Local durable rules & memories:
<repo>/AGENTS.md(orCLAUDE.md, MUST commit to Git). - Local daily logs:
<repo>/memory/YYYY-MM-DD.md(gitignored).
- Local durable rules & memories:
Quick start
# Search global preferences or project rules (AGENTS.md or CLAUDE.md)
grep -rn "pattern" ~/.agents/ AGENTS.md CLAUDE.md