What problem does it solve? Fragmented memory systems (SQLite, Markdown, swarm memory, distributed stores) create inconsistent query interfaces and slow retrieval across agents. This Skill unifies them into a single AgentDB backend with HNSW indexing for fast semantic search. ## Core Features & Use Cases - Unified Memory Service: Implements a single IMemoryBackend interface over AgentDB, routing semantic queries through an HNSW indexer and structured queries through AgentDB. - Data Migration: Migrates entries from SQLite backends and Markdown files into AgentDB with generated embeddings and preserved metadata. - 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 migrates all entries into AgentDB, then serves semantic queries through HNSW search targeting 150x-12,500x speedups and sub-100ms latency on 1M+ entries. ## Quick Start Ask the agent to design and implement the AgentDB unification strategy, migrating existing SQLite and Markdown memory stores into a single HNSW-indexed backend.