memory-system-v2
Installation
SKILL.md
Memory System v2.0
Fast semantic memory for AI agents with JSON indexing and sub-20ms search.
Overview
Memory System v2.0 is a lightweight, file-based memory system designed for AI agents that need to:
- Remember learnings, decisions, insights, events, and interactions across sessions
- Search memories semantically in <20ms
- Auto-consolidate daily memories into weekly summaries
- Track importance and context for better recall
Built in pure bash + jq. No databases required.