agent-memory
Installation
SKILL.md
Agent Memory
Give AI agents persistent memory across sessions. Store facts, decisions, preferences, and episodic context — then recall them with natural language search. Think of it as a personal knowledge base that grows smarter over time.
When to Use
USE THIS SKILL FOR:
- Cross-session context ("remember we decided on PostgreSQL")
- Preference tracking ("I prefer dark mode in all tools")
- Knowledge accumulation ("what do we know about Q4 budget?")
- Decision logging ("we chose to pause the migration")
- "Remember X for later" requests
- State persistence across conversations
DON'T USE FOR:
- Temporary in-session state (use variables instead)
- Large datasets (use postgres-advanced)
- Contact information only (use people-memories)