exa-prod-checklist

Featured

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".

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

# Exa Production Checklist ## Overview Complete checklist for deploying Exa search integrations to production. Covers API key management, error handling verification, performance baselines, monitoring, and rollback procedures. ## Pre-Deployment Checklist ### Security - [ ] Production API key stored in secret manager (not env file) - [ ] Different API keys for dev/staging/production - [ ] `.env` files in `.gitignore` - [ ] Git history scanned for accidentally committed keys - [ ] API key has minimal scopes needed ### Code Quality - [ ] All tests passing (unit + integration) - [ ] No hardcoded API keys or URLs - [ ] Error handling covers all Exa HTTP codes (400, 401, 402, 403, 429, 5xx) - [ ] `requestId` captured from error responses - [ ] Rate limiting/exponential backoff implemented - [ ] Content moderation enabled (`moderation: true`) for user-facing search ### Performance - [ ] Search type appropriate for latency SLO (`fast`/`auto`/`neural`) - [ ] `numResults` minimized per use case (3-5 for most) - [ ] `maxCharacters` set on text and highlights - [ ] Result caching enabled (LRU or Redis) - [ ] Request queue with concurrency limit (respect 10 QPS default) ### Monitoring - [ ] Search latency histogram instrumented - [ ] Error rate counter by status code - [ ] Cache hit/miss rate tracked - [ ] Daily search volume tracked (for budget) - [ ] Alerts configured for latency > 3s, error rate > 5% ## Deploy Procedure ### Step 1: Pre-Flight Verification ```bash set -euo pipef...

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

maintainx-prod-checklist

Production deployment checklist for MaintainX integrations. Use when preparing to deploy a MaintainX integration to production, verifying production readiness, or auditing existing deployments. Trigger with phrases like "maintainx production", "deploy maintainx", "maintainx go-live", "maintainx production checklist", "maintainx launch".

2,266 Updated today
jeremylongshore
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

evernote-prod-checklist

Production readiness checklist for Evernote integrations. Use when preparing to deploy Evernote integration to production, or auditing production readiness. Trigger with phrases like "evernote production", "deploy evernote", "evernote go live", "production checklist evernote".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Featured

exa-deploy-integration

Deploy Exa integrations to Vercel, Docker, and Cloud Run platforms. Use when deploying Exa-powered applications to production, configuring platform-specific secrets, or building search API endpoints. Trigger with phrases like "deploy exa", "exa Vercel", "exa production deploy", "exa Cloud Run", "exa Docker".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-prod-checklist

Execute Klaviyo production deployment checklist and validation procedures. Use when deploying Klaviyo integrations to production, preparing for launch, or implementing go-live procedures for email/SMS marketing. Trigger with phrases like "klaviyo production", "deploy klaviyo", "klaviyo go-live", "klaviyo launch checklist", "klaviyo prod ready".

2,266 Updated today
jeremylongshore