session-memory-manager
Installation
SKILL.md
Session Memory Manager
Manages the three tiers of agent memory in an Agentic OS environment.
Memory Tiers
| Tier | File | Written By | When Loaded |
|---|---|---|---|
| Auto-memory | MEMORY.md |
Claude automatically | Every session (Anthropic native) |
| Long-term facts | context/memory.md |
You (curated) | @imported in CLAUDE.md |
| Session logs | context/memory/YYYY-MM-DD.md |
Agent at session close | On demand |
Execution Flow
Execute these phases in order. Do not skip phases.