algolia-prod-checklist

Featured

Execute Algolia production readiness checklist: index settings, key security, replica configuration, monitoring, and rollback procedures. Trigger: "algolia production", "deploy algolia", "algolia go-live", "algolia launch checklist", "algolia production ready".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 - [ ] `searchableAttributes` ordered by priority (first = highest) - [ ] `attributesForFaceting` set for all filterable attributes - [ ] `customRanking` configured (business metrics as tie-breakers) - [ ] `unretrievableAttributes` set for fields that should be searchable but not returned - [ ] `attributesToRetrieve` limited to fields needed by the UI - [ ] `typoTolerance` tested (default: enabled, min 4 chars for 1 typo, min 8 for 2) - [ ] `removeStopWords` configured for your language(s) - [ ] `distinct` set if deduplication needed (e.g., one result per product group) ```typescript // Verify production settings const settings = await client.getSettings({ indexName: 'products' }); console.log(JSON.stringify(settings, null, 2)); ``` ### API Key Security - [ ] Admin key in backend env vars only (never frontend) - [ ] Search-Only key used in frontend with `referers` restriction - [ ] `maxQueriesPerIPPerHour` set on all public keys - [ ] `maxHitsPerQuery` limited on search keys - [ ] Secured API keys used for multi-tenant data isolation - [ ] Keys restricted to specific `indexes` where possible ### Replicas (Alternate Sorting) ```typescript // Replicas give users alternate sort orders await client.setSettings({ index...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

groq-prod-checklist

Execute Groq production deployment checklist and go-live procedures. Use when deploying Groq integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "groq production", "deploy groq", "groq go-live", "groq launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

algolia-security-basics

Apply Algolia security best practices: API key scoping, secured API keys, frontend vs backend key separation, and key rotation. Trigger: "algolia security", "algolia API key security", "secure algolia", "algolia secrets", "algolia key rotation", "algolia secured key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

alchemy-prod-checklist

Execute production readiness checklist for Alchemy-powered dApps. Use when deploying Web3 applications, preparing for mainnet launch, or validating blockchain integration before go-live. Trigger: "alchemy production", "alchemy go-live", "alchemy mainnet checklist", "dApp production readiness".

2,266 Updated today
jeremylongshore
AI & Automation Featured

exa-prod-checklist

Execute Exa production deployment checklist with pre-flight, deploy, and rollback. Use when deploying Exa integrations to production, preparing for launch, or verifying production readiness. Trigger with phrases like "exa production", "deploy exa to prod", "exa go-live", "exa launch checklist", "exa production ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

algolia-ci-integration

Configure Algolia CI/CD: GitHub Actions for index validation, automated reindexing on deploy, and integration testing against real Algolia indices. Trigger: "algolia CI", "algolia GitHub Actions", "algolia automated tests", "CI algolia", "algolia deploy pipeline".

2,266 Updated today
jeremylongshore