What problem does it solve? Agent systems often accumulate fragmented memory stores (SQLite, Markdown files, swarm-specific backends) that are slow to search and hard to share across agents. This Skill consolidates them into a single AgentDB backend with HNSW vector indexing for fast semantic retrieval. ## Core Features & Use Cases - Unified Memory Service: Implements a single IMemoryBackend interface over AgentDB, routing semantic queries through an HNSW index and structured queries through AgentDB. - Data Migration: Provides phased migration patterns for moving SQLite and Markdown memory entries into AgentDB with generated embeddings. - SONA Integration: Stores and retrieves learning patterns with reward and adaptation metadata for cross-agent learning. - Use Case: A team running multiple Claude Flow memory backends uses this Skill to migrate all entries into AgentDB, then validates the 150x-12,500x search speedup and cross-agent memory sharing. ## Quick Start Ask the agent to design an AgentDB unification strategy and migrate the existing SQLite and Markdown memory stores into it with HNSW indexing enabled.