ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill

vector-database-engineer

Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download sickn33-agentic-awesome-skills-skills_vector-database-engineer-286166a.zip · 1 KB
Part of sickn33/agentic-awesome-skills — 427 skills
This skill couldn't be refreshed from GitHub on the last check — you're seeing the last imported snapshot.

Install

skills CLI npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/vector-database-engineer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
Git git clone https://github.com/sickn33/agentic-awesome-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Vector Database Engineer

Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similarity search. Use PROACTIVELY for vector search implementation, embedding optimization, or semantic retrieval systems.

Do not use this skill when

  • The task is unrelated to vector database engineer
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Capabilities

  • Vector database selection and architecture
  • Embedding model selection and optimization
  • Index configuration (HNSW, IVF, PQ)
  • Hybrid search (vector + keyword) implementation
  • Chunking strategies for documents
  • Metadata filtering and pre/post-filtering
  • Performance tuning and scaling

Use this skill when

  • Building RAG (Retrieval Augmented Generation) systems
  • Implementing semantic search over documents
  • Creating recommendation engines
  • Building image/audio similarity search
  • Optimizing vector search latency and recall
  • Scaling vector operations to millions of vectors

Workflow

  1. Analyze data characteristics and query patterns
  2. Select appropriate embedding model
  3. Design chunking and preprocessing pipeline
  4. Choose vector database and index type
  5. Configure metadata schema for filtering
  6. Implement hybrid search if needed
  7. Optimize for latency/recall tradeoffs
  8. Set up monitoring and reindexing strategies

Best Practices

  • Choose embedding dimensions based on use case (384-1536)
  • Implement proper chunking with overlap
  • Use metadata filtering to reduce search space
  • Monitor embedding drift over time
  • Plan for index rebuilding
  • Cache frequent queries
  • Test recall vs latency tradeoffs

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Files (agentic-awesome-skills)
  • SKILL.md 2.6 KB
    ---
    name: vector-database-engineer
    description: "Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar"
    risk: critical
    source: community
    date_added: "2026-02-27"
    ---
    
    # Vector Database Engineer
    
    Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similarity search. Use PROACTIVELY for vector search implementation, embedding optimization, or semantic retrieval systems.
    
    ## Do not use this skill when
    
    - The task is unrelated to vector database engineer
    - You need a different domain or tool outside this scope
    
    ## Instructions
    
    - Clarify goals, constraints, and required inputs.
    - Apply relevant best practices and validate outcomes.
    - Provide actionable steps and verification.
    - If detailed examples are required, open `resources/implementation-playbook.md`.
    
    ## Capabilities
    
    - Vector database selection and architecture
    - Embedding model selection and optimization
    - Index configuration (HNSW, IVF, PQ)
    - Hybrid search (vector + keyword) implementation
    - Chunking strategies for documents
    - Metadata filtering and pre/post-filtering
    - Performance tuning and scaling
    
    ## Use this skill when
    
    - Building RAG (Retrieval Augmented Generation) systems
    - Implementing semantic search over documents
    - Creating recommendation engines
    - Building image/audio similarity search
    - Optimizing vector search latency and recall
    - Scaling vector operations to millions of vectors
    
    ## Workflow
    
    1. Analyze data characteristics and query patterns
    2. Select appropriate embedding model
    3. Design chunking and preprocessing pipeline
    4. Choose vector database and index type
    5. Configure metadata schema for filtering
    6. Implement hybrid search if needed
    7. Optimize for latency/recall tradeoffs
    8. Set up monitoring and reindexing strategies
    
    ## Best Practices
    
    - Choose embedding dimensions based on use case (384-1536)
    - Implement proper chunking with overlap
    - Use metadata filtering to reduce search space
    - Monitor embedding drift over time
    - Plan for index rebuilding
    - Cache frequent queries
    - Test recall vs latency tradeoffs
    
    ## Limitations
    - Use this skill only when the task clearly matches the scope described above.
    - Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
    - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related