vector-index-tuning

sickn33/antigravity-awesome-skills · updated Apr 8, 2026

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill vector-index-tuning
0 commentsdiscussion
summary

Guide to optimizing vector indexes for production performance.

skill.md

Vector Index Tuning

Guide to optimizing vector indexes for production performance.

Use this skill when

  • Tuning HNSW parameters
  • Implementing quantization
  • Optimizing memory usage
  • Reducing search latency
  • Balancing recall vs speed
  • Scaling to billions of vectors

Do not use this skill when

  • You only need exact search on small datasets (use a flat index)
  • You lack workload metrics or ground truth to validate recall
  • You need end-to-end retrieval system design beyond index tuning

Instructions

  1. Gather workload targets (latency, recall, QPS), data size, and memory budget.
  2. Choose an index type and establish a baseline with default parameters.
  3. Benchmark parameter sweeps using real queries and track recall, latency, and memory.
  4. Validate changes on a staging dataset before rolling out to production.

Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates.

Safety

  • Avoid reindexing in production without a rollback plan.
  • Validate changes under realistic load before applying globally.
  • Track recall regressions and revert if quality drops.

Resources

  • resources/implementation-playbook.md for detailed patterns, checklists, and templates.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.848 reviews
  • Diya Kim· Dec 28, 2024

    Useful defaults in vector-index-tuning — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Kabir Reddy· Dec 24, 2024

    Solid pick for teams standardizing on skills: vector-index-tuning is focused, and the summary matches what you get after install.

  • Yusuf Malhotra· Dec 24, 2024

    I recommend vector-index-tuning for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Chaitanya Patil· Dec 16, 2024

    vector-index-tuning fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Zaid Lopez· Dec 16, 2024

    vector-index-tuning reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Amina Ghosh· Dec 4, 2024

    vector-index-tuning has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Nikhil Park· Nov 19, 2024

    Registry listing for vector-index-tuning matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Kofi Kim· Nov 15, 2024

    vector-index-tuning reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Piyush G· Nov 7, 2024

    vector-index-tuning is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kabir Anderson· Nov 7, 2024

    I recommend vector-index-tuning for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 48

1 / 5