clade-prod-checklist

Featured

Production readiness checklist for Claude-powered applications — Use when working with prod-checklist patterns. error handling, monitoring, fallbacks, cost controls, and security. Trigger with "anthropic production", "claude production ready", "anthropic launch checklist", "go live with claude".

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

# Anthropic Production Checklist ## Overview Before going live with a Claude-powered app, verify every item below. ## Authentication & Security - [ ] API key stored in secrets manager (not in code or env file on disk) - [ ] Key rotated — not the same one used during development - [ ] Server-side only — no key exposed to client/browser - [ ] Per-user rate limiting in place - [ ] Input validation: max length, content filtering - [ ] System prompt includes injection guardrails ## Output - All checklist items verified (authentication, error handling, streaming, cost, monitoring, reliability, content, performance) - Production API key configured with appropriate spending limits - Monitoring and alerting in place - Fallback behavior tested for API outages ## Error Handling - [ ] All Anthropic API calls wrapped in try/catch - [ ] `RateLimitError` (429) → backoff and retry - [ ] `OverloadedError` (529) → fallback model or queue - [ ] `AuthenticationError` (401) → alert team, don't retry - [ ] `InvalidRequestError` (400) → log and fix, don't retry - [ ] Network errors → retry with backoff - [ ] Request IDs logged for every error (for support tickets) ## Streaming - [ ] Using `client.messages.stream()` for user-facing responses - [ ] Stream errors handled (connection drops, incomplete responses) - [ ] `stop_reason` checked: `end_turn` vs `max_tokens` (incomplete) ## Cost Controls - [ ] `max_tokens` set to realistic values (not 4096 for short answers) - [ ] Correct model for each ...

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

anth-prod-checklist

Execute production deployment checklist for Claude API integrations. Use when deploying Claude-powered features to production, preparing for launch, or implementing go-live validation. Trigger with phrases like "anthropic production", "deploy claude", "claude go-live", "anthropic launch checklist", "production ready claude".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clari-prod-checklist

Production readiness checklist for Clari API integrations. Use when launching a Clari data pipeline, validating export automation, or preparing for production forecast sync. Trigger with phrases like "clari production", "clari go-live", "clari checklist", "clari 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

cohere-prod-checklist

Execute Cohere production deployment checklist and rollback procedures. Use when deploying Cohere integrations to production, preparing for launch, or implementing go-live procedures for Cohere-powered apps. Trigger with phrases like "cohere production", "deploy cohere", "cohere go-live", "cohere launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-prod-checklist

Production readiness checklist for Lindy AI agent deployments. Use when preparing agents for production, auditing live agents, or validating go-live readiness. Trigger with phrases like "lindy production", "lindy prod ready", "lindy go live", "lindy deployment checklist".

2,266 Updated today
jeremylongshore