algolia-pack

v1.7.0 by Jeremy Longshore

Claude Code skill pack for Algolia (24 skills)

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install algolia-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 production-ready Claude Code skills for Algolia search — real algoliasearch v5 API code, not templates.

Skills (24) plugin-local skills

algolia-ci-integration View full skill →

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

ReadWriteEditBash(gh:*)Bash(npm:*)
algolia-common-errors View full skill →

Diagnose and fix the top Algolia API errors: 400, 403, 404, 429, ApiError, RetryError, and indexing failures.

ReadGrepBash(curl:*)Bash(npm:*)
algolia-core-workflow-a View full skill →

Implement Algolia search with filters, facets, highlighting, and pagination.

ReadWriteEditBash(npm:*)Grep
algolia-core-workflow-b View full skill →

Implement Algolia indexing pipeline: data sync, partial updates, synonyms, and rules.

ReadWriteEditBash(npm:*)Grep
algolia-cost-tuning View full skill →

Optimize Algolia costs: understand search request vs record pricing, reduce operations with batching and caching, monitor usage via Analytics API.

ReadGrep
algolia-data-handling View full skill →

Implement Algolia data handling: record transforms, PII filtering before indexing, data retention, GDPR/CCPA compliance with Algolia's deleteByQuery and Insights deletion.

ReadWriteEdit
algolia-debug-bundle View full skill →

Collect Algolia debug evidence: index stats, API key ACLs, query logs, and network diagnostics for support tickets.

ReadBash(curl:*)Bash(npm:*)Bash(tar:*)Bash(jq:*)Grep
algolia-deploy-integration View full skill →

Deploy Algolia-powered apps to Vercel, Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)Bash(npm:*)
algolia-enterprise-rbac View full skill →

Configure Algolia enterprise access control: team-scoped API keys, Secured API Keys for multi-tenant RBAC, dashboard team management, and audit logging.

ReadWriteEdit
algolia-hello-world View full skill →

Create a minimal working Algolia example — index records and search them.

ReadWriteEditBash(npm:*)Bash(node:*)Bash(npx:*)