algolia-prod-checklist
Installation
SKILL.md
Algolia Production Checklist
Overview
Complete checklist for deploying Algolia search to production. Covers index configuration, API key security, replica setup, monitoring, and rollback procedures.
Pre-Production Checklist
Index Configuration
-
searchableAttributesordered by priority (first = highest) -
attributesForFacetingset for all filterable attributes -
customRankingconfigured (business metrics as tie-breakers) -
unretrievableAttributesset for fields that should be searchable but not returned -
attributesToRetrievelimited to fields needed by the UI -
typoTolerancetested (default: enabled, min 4 chars for 1 typo, min 8 for 2) -
removeStopWordsconfigured for your language(s) -
distinctset if deduplication needed (e.g., one result per product group)
Related skills