Covers the practical stuff you need when integrating Algolia: React InstantSearch hooks, Next.js SSR setup with the InstantSearchNext component, and data sync patterns. Shows you how to handle batch indexing properly (1K-10K records per chunk), when to use partial updates versus full reindexing, and the atomic swap pattern for zero-downtime reindexes. The anti-patterns are worth reading, especially the warnings about exposing admin keys and using the lite client for smaller bundles. Good reference if you're moving beyond the basic Algolia quickstart and need production patterns for search state management and keeping your index in sync.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill algolia-search