Covers the essentials for integrating Algolia's search into React and Next.js apps. You get patterns for the modern hooks-based InstantSearch setup, SSR configuration for Next.js (including the tricky bits around dynamic rendering and routing), and solid indexing strategies to keep your data synced without killing performance. The batching guidance is practical: 10MB or 1K-10K records per batch, prefer partial updates over full reindexing. Useful if you're implementing search functionality and want to avoid the common pitfalls around SSR state management and expensive delete operations. The sharp edges table exists but unfortunately has no details filled in.
npx skills add https://github.com/davila7/claude-code-templates --skill algolia-search