What problem does it solve?
Help users find, recall, and reuse past AI sessions, learnings, research, and personal notes so context and decisions are not lost between conversations or projects.
Core Features & Use Cases
- Hybrid semantic search combining BM25 (FTS5) and vector similarity to surface relevant past work and snippets.
- Temporal knowledge graph for time-bounded facts, entity timelines, and relation invalidation.
- Layered context loading (Identity → Essential → On-Demand → Deep) to minimize token usage while surfacing the right context at the right time.
- Cross-project "tunnels" discovery to find topic bridges across sessions, learnings, Obsidian notes, and research.
- CLI tools for indexing, syncing, searching, knowledge-graph management, watcher daemon, and diagnostics to integrate into automation and workflows.
Quick Start
Run a semantic search for past work by invoking the SemanticSearch tool with your query, for example: bun ~/.claude/skills/SemanticMemory/tools/SemanticSearch.ts "How did we configure Traefik SSL?"