概要
The sqlite-vec skill equips Claude with specialized knowledge to implement lightweight, local vector databases using the sqlite-vec extension. It provides standardized patterns for creating vec0 virtual tables, executing K-Nearest Neighbor (KNN) queries with metadata filtering, and managing various vector types like float32, int8, and bit vectors. This skill is essential for developers building semantic search, recommendation systems, or RAG (Retrieval-Augmented Generation) applications who prefer the simplicity of SQLite over the overhead of a standalone vector database.