Topic: claude-code-plugins
5,817 skills in this topic.
-
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
-
vercel-deploy-integration
Deploy and manage Vercel production deployments with promotion, rollback, and multi-region strategies.
Use when deploying to production, configuring deployment regions,
or setting up blue-green deployment patterns on Vercel.
Trigger with phrases like "deploy vercel", "vercel production deploy",
"vercel promote", "vercel rollback", "vercel regions".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-load-scale
Load test and scale Vercel deployments with concurrency tuning and capacity planning.
Use when running performance tests, planning for traffic spikes,
or optimizing serverless function scaling on Vercel.
Trigger with phrases like "vercel load test", "vercel scale",
"vercel performance test", "vercel capacity", "vercel benchmark".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-advanced-troubleshooting
Advanced debugging for hard-to-diagnose Vercel issues including cold starts, edge errors, and function tracing.
Use when standard troubleshooting fails, investigating intermittent failures,
or preparing evidence for Vercel support escalation.
Trigger with phrases like "vercel hard bug", "vercel mystery error",
"vercel intermittent failure", "difficult vercel issue", "vercel deep debug".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-architecture-variants
Choose and implement Vercel architecture blueprints for different scales and use cases.
Use when designing new Vercel projects, choosing between static, serverless, and edge architectures,
or planning how to structure a multi-project Vercel deployment.
Trigger with phrases like "vercel architecture", "vercel blueprint",
"how to structure vercel", "vercel monorepo", "vercel multi-project".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-ci-integration
Configure Vercel CI/CD with GitHub Actions, preview deployments, and automated testing.
Use when setting up automated deployments, configuring preview bots,
or integrating Vercel into your CI pipeline.
Trigger with phrases like "vercel CI", "vercel GitHub Actions",
"vercel automated deploy", "CI vercel", "vercel pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-common-errors
Diagnose and fix common Vercel deployment and function errors.
Use when encountering Vercel errors, debugging failed deployments,
or troubleshooting serverless function issues.
Trigger with phrases like "vercel error", "fix vercel",
"vercel not working", "debug vercel", "vercel 500", "vercel build failed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-cost-tuning
Optimize Vercel costs through plan selection, function efficiency, and usage monitoring.
Use when analyzing Vercel billing, reducing function execution costs,
or implementing spend management and budget alerts.
Trigger with phrases like "vercel cost", "vercel billing",
"reduce vercel costs", "vercel pricing", "vercel expensive", "vercel budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-data-handling
Implement data handling, PII protection, and GDPR/CCPA compliance for Vercel deployments.
Use when handling sensitive data in serverless functions, implementing data redaction,
or ensuring privacy compliance on Vercel.
Trigger with phrases like "vercel data", "vercel PII",
"vercel GDPR", "vercel data retention", "vercel privacy", "vercel compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-debug-bundle
Collect Vercel debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Vercel problems.
Trigger with phrases like "vercel debug", "vercel support bundle",
"collect vercel logs", "vercel diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-hello-world
Create a minimal working Vercel deployment with a serverless API route.
Use when starting a new Vercel project, testing your setup,
or learning basic Vercel deployment and API route patterns.
Trigger with phrases like "vercel hello world", "vercel example",
"vercel quick start", "simple vercel project", "first vercel deploy".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-known-pitfalls
Identify and avoid Vercel anti-patterns and common integration mistakes.
Use when reviewing Vercel code for issues, onboarding new developers,
or auditing existing Vercel deployments for best practice violations.
Trigger with phrases like "vercel mistakes", "vercel anti-patterns",
"vercel pitfalls", "vercel what not to do", "vercel code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-install-auth
Install Vercel CLI and configure API token authentication.
Use when setting up Vercel for the first time, creating access tokens,
or initializing a project with vercel link.
Trigger with phrases like "install vercel", "setup vercel",
"vercel auth", "configure vercel token", "vercel login".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-incident-runbook
Vercel incident response procedures with triage, instant rollback, and postmortem.
Use when responding to Vercel-related outages, investigating production errors,
or running post-incident reviews for deployment failures.
Trigger with phrases like "vercel incident", "vercel outage",
"vercel down", "vercel on-call", "vercel emergency", "vercel broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-edge-functions
Build and deploy Vercel Edge Functions for ultra-low latency at the edge.
Use when creating API routes with minimal latency, geolocation-based routing,
A/B testing, or authentication at the edge.
Trigger with phrases like "vercel edge function", "vercel edge runtime",
"deploy edge function", "vercel middleware", "@vercel/edge".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-deploy-preview
Create and manage Vercel preview deployments for branches and pull requests.
Use when deploying a preview for a pull request, testing changes before production,
or sharing preview URLs with stakeholders.
Trigger with phrases like "vercel deploy preview", "vercel preview URL",
"create preview deployment", "vercel PR preview".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-local-dev-loop
Configure Vercel local development with vercel dev, environment variables, and hot reload.
Use when setting up a development environment, testing serverless functions locally,
or establishing a fast iteration cycle with Vercel.
Trigger with phrases like "vercel dev setup", "vercel local development",
"vercel dev environment", "develop with vercel locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803