From antigravity-awesome-skills
Optimizes vector indexes for latency, recall, and memory usage. Tunes HNSW parameters, selects quantization strategies, and scales vector search infrastructure.
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-awesome-skillsOptimizes vector index performance by tuning HNSW parameters, selecting quantization strategies, and balancing latency, recall, and memory for production-scale vector search.
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.