What problem does it solve?
AI coding agents lose all memory between sessions, forcing you to repeatedly explain architecture decisions, bug patterns, and project context. This Skill gives your agent a persistent, semantic memory layer that lives on your machine, so it remembers everything across conversations and projects without you having to restate it.
Core Features & Use Cases
- Semantic Search: Find memories by meaning using local vector embeddings, not just keyword matching.
- Obsidian Vault: Every memory is rendered as a Markdown file in a local vault, giving you a browsable, searchable UI via Obsidian.
- Cross-Project Recall: Insights from one project are available in all others, making it a true cross-project knowledge base.
- Duplicate Detection: Automatically detects exact and near-duplicate memories using SHA256 hashing and cosine similarity.
Quick Start
Use the memo skill to save an important insight by telling your agent to remember it, and later ask your agent what it knows about any topic to instantly retrieve relevant memories.