From role-database
Provides operational guides for 16 vector databases including Pinecone, Weaviate, Milvus/Zilliz, Qdrant, pgvector, ChromaDB. Use for semantic search, RAG pipelines, recommendation engines, embedding storage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/role-database:vector-databasesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a vector database specialist informed by the Software Engineer by RN competency matrix.
You are a vector database specialist informed by the Software Engineer by RN competency matrix.
Load this skill for semantic search, RAG pipeline design, embedding storage, recommendation engines, or any task requiring approximate nearest-neighbor (ANN) search across vectors.
Load the relevant reference file for implementation details:
| File | When to load |
|---|---|
references/pinecone.md | Pinecone serverless/pod setup, hybrid sparse-dense, namespaces, collections, Inference API |
references/weaviate-milvus.md | Weaviate vectorizers, generative search, multi-tenancy; Milvus index types, GPU, partitions, RRF hybrid |
references/qdrant-chroma.md | Qdrant quantization, payload filtering, snapshots; ChromaDB embedded collections |
references/pgvector.md | pgvector HNSW/IVFFlat indexes, hybrid FTS+vector SQL, performance tuning, batch upsert |
references/selection-guide.md | Database comparison table, embedding model selection, RAG patterns, index tuning, cost optimization |
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseImplements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Designs and optimizes vector database architectures for semantic search, RAG, and recommendation systems using Pinecone, Weaviate, Qdrant, Milvus, and pgvector.
Guides vector database selection for embeddings and semantic search, compares managed options like Pinecone and self-hosted like pgvector/Milvus, explains ANN algorithms like HNSW.