Topic: developer-tools
13,276 skills in this topic.
-
anth-data-handling
Implement data privacy, PII handling, and compliance patterns for Claude API.
Use when handling sensitive data, implementing PII redaction,
or configuring data retention for GDPR/CCPA compliance with Claude.
Trigger with phrases like "anthropic data privacy", "claude PII",
"anthropic gdpr", "claude data handling", "redact data claude".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-cost-tuning
Optimize Anthropic Claude API costs with model routing, prompt caching,
batching, and spend monitoring.
Use when analyzing Claude API billing, reducing costs,
or implementing cost controls and budget alerts.
Trigger with phrases like "anthropic cost", "claude billing",
"reduce claude spend", "anthropic budget", "claude pricing optimize".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-core-workflow-b
Build Claude streaming and Message Batches API workflows.
Use when implementing real-time streaming responses, SSE event handling,
or processing bulk requests with the 50% cheaper Batches API.
Trigger with phrases like "claude streaming", "anthropic batch",
"message batches api", "SSE events anthropic", "stream claude response".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-core-workflow-a
Build Claude tool use (function calling) workflows with the Messages API.
Use when implementing tool use, function calling, agent loops,
or building AI assistants that interact with external systems.
Trigger with phrases like "claude tool use", "anthropic function calling",
"claude tools", "agent loop anthropic", "tool_use blocks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-common-errors
Diagnose and fix Anthropic Claude API errors by HTTP status code.
Use when encountering API errors, debugging failed requests,
or troubleshooting authentication, rate limiting, or input validation issues.
Trigger with phrases like "anthropic error", "claude api error",
"fix anthropic 429", "claude not working", "debug claude api".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-ci-integration
Configure CI/CD pipelines for Anthropic Claude API integrations.
Use when setting up automated testing, prompt regression tests,
or CI validation for Claude-powered features.
Trigger with phrases like "anthropic ci", "claude ci/cd",
"test claude in pipeline", "anthropic github actions".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-rate-limits
Handle Algolia rate limits and throttling: per-key limits, indexing queue limits,
429 responses, and backoff strategies.
Trigger: "algolia rate limit", "algolia throttling", "algolia 429",
"algolia retry", "algolia backoff", "algolia too many requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-prod-checklist
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-performance-tuning
Optimize Algolia search performance: record size, searchable attributes,
replica strategy, response caching, and query-time parameter tuning.
Trigger: "algolia performance", "optimize algolia", "algolia latency",
"algolia slow", "algolia caching", "algolia response time".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-observability
Set up observability for Algolia: Prometheus metrics for search latency/errors,
OpenTelemetry tracing, structured logging, and Grafana dashboards.
Trigger: "algolia monitoring", "algolia metrics", "algolia observability",
"monitor algolia", "algolia alerts", "algolia tracing", "algolia dashboard".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-multi-env-setup
Configure Algolia across dev/staging/production: index prefixing, per-environment
API keys, settings-as-code, and environment isolation guards.
Trigger: "algolia environments", "algolia staging", "algolia dev prod",
"algolia environment setup", "algolia config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-migration-deep-dive
Migrate to Algolia from Elasticsearch, Typesense, or Meilisearch.
Covers data migration, query translation, replaceAllObjects zero-downtime swap,
and strangler fig traffic shifting.
Trigger: "migrate to algolia", "switch to algolia", "algolia migration",
"elasticsearch to algolia", "replace search engine", "algolia replatform".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-local-dev-loop
Configure Algolia local development with separate dev index, mocking, and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with Algolia.
Trigger: "algolia dev setup", "algolia local development", "algolia dev environment", "test algolia locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-install-auth
Install and configure the Algolia JavaScript v5 client with proper API key management.
Use when setting up a new Algolia integration, configuring Application ID and API keys,
or initializing the algoliasearch client in a Node.js/TypeScript project.
Trigger: "install algolia", "setup algolia", "algolia auth", "configure algolia keys".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-incident-runbook
Execute Algolia incident response: triage search failures, distinguish
Algolia-side vs your-side issues, apply fallbacks, and run postmortems.
Trigger: "algolia incident", "algolia outage", "algolia down",
"algolia on-call", "algolia emergency", "algolia broken", "search is down".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-hello-world
Create a minimal working Algolia example — index records and search them.
Use when starting a new Algolia integration, testing your setup,
or learning the saveObjects/searchSingleIndex pattern.
Trigger: "algolia hello world", "algolia example", "algolia quick start", "first algolia search".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-enterprise-rbac
Configure Algolia enterprise access control: team-scoped API keys, Secured API Keys
for multi-tenant RBAC, dashboard team management, and audit logging.
Trigger: "algolia RBAC", "algolia enterprise", "algolia roles", "algolia permissions",
"algolia team access", "algolia multi-tenant", "algolia SSO".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-deploy-integration
Deploy Algolia-powered apps to Vercel, Fly.io, and Cloud Run with proper
API key management and InstantSearch frontend integration.
Trigger: "deploy algolia", "algolia Vercel", "algolia production deploy",
"algolia Cloud Run", "algolia Fly.io", "algolia InstantSearch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-debug-bundle
Collect Algolia debug evidence: index stats, API key ACLs, query logs,
and network diagnostics for support tickets.
Trigger: "algolia debug", "algolia support bundle", "collect algolia logs",
"algolia diagnostic", "algolia troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-data-handling
Implement Algolia data handling: record transforms, PII filtering before indexing,
data retention, GDPR/CCPA compliance with Algolia's deleteByQuery and Insights deletion.
Trigger: "algolia data", "algolia PII", "algolia GDPR", "algolia data retention",
"algolia privacy", "algolia CCPA", "algolia data sync".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-cost-tuning
Optimize Algolia costs: understand search request vs record pricing,
reduce operations with batching and caching, monitor usage via Analytics API.
Trigger: "algolia cost", "algolia billing", "reduce algolia costs",
"algolia pricing", "algolia expensive", "algolia budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-core-workflow-b
Implement Algolia indexing pipeline: data sync, partial updates, synonyms, and rules.
The secondary money-path workflow: keep your index in sync with source data.
Trigger: "algolia indexing", "sync data to algolia", "algolia synonyms",
"algolia rules", "algolia partial update", "algolia reindex".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-core-workflow-a
Implement Algolia search with filters, facets, highlighting, and pagination.
The primary money-path workflow: search records, apply filters, display results.
Trigger: "algolia search", "search with algolia", "algolia filters",
"algolia facets", "algolia search implementation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
algolia-common-errors
Diagnose and fix the top Algolia API errors: 400, 403, 404, 429, ApiError,
RetryError, and indexing failures.
Trigger: "algolia error", "fix algolia", "algolia not working",
"debug algolia", "algolia 429", "algolia 403".
jeremylongshore/claude-code-plugins-plus-skills 1,803