What problem does it solve? Fragmented memory systems (SQLite, Markdown, swarm memory, distributed stores) create inconsistent query interfaces and slow retrieval. This Skill unifies them into a single AgentDB backend with HNSW vector indexing for semantic search. ## Core Features & Use Cases - Unified Memory Service: Implements a single IMemoryBackend interface routing semantic queries to HNSW search and structured queries to AgentDB. - Data Migration: Migrates entries from SQLite backends and Markdown files into AgentDB with generated embeddings. - SONA Integration: Stores and retrieves learning patterns with reward and adaptation metadata for cross-agent memory sharing. - Use Case: An agent system running seven separate memory stores can migrate all entries into AgentDB, then run semantic queries across 1M+ entries with sub-100ms latency. ## Quick Start Ask the agent to design an AgentDB unification strategy and migrate the existing SQLite and Markdown memory stores into a single HNSW-indexed backend.