From antigravity-awesome-skills
Optimizes vector index performance by tuning HNSW parameters, selecting quantization strategies, and balancing latency, recall, and memory for production-scale vector search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:vector-index-tuningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide to optimizing vector indexes for production performance.
Guide to optimizing vector indexes for production performance.
Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates.
resources/implementation-playbook.md for detailed patterns, checklists, and templates.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderOptimizes vector indexes for latency, recall, and memory usage. Tunes HNSW parameters, selects quantization strategies, and scales vector search infrastructure.
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
Optimizes Qdrant vector search performance covering indexing strategies, query optimization, search speed, indexing performance, and memory usage. Use to improve speed and efficiency of Qdrant deployment.