80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
audit-logging
by dadbodgeoff
Comprehensive audit logging for compliance and security. Track user actions, data changes, and system events with tamper...
cloud-storage
by dadbodgeoff
Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for...
worker-health-monitoring
by dadbodgeoff
Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure...
leader-election
by dadbodgeoff
Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover...
email-service
by dadbodgeoff
Production email service with templates, queuing, and delivery tracking. Supports transactional emails, marketing campai...
design-tokens
by dadbodgeoff
Comprehensive design token system for typography, colors, and theming with WCAG AA compliance, TypeScript types, and fra...
database-migrations
by dadbodgeoff
Safe database migration strategies for zero-downtime deployments. Covers backward-compatible changes, data migrations, a...
retry-fallback
by dadbodgeoff
Handle transient failures with exponential backoff and graceful fallbacks. Retry on network blips, fall back to cached d...
sse-resilience
by dadbodgeoff
Redis-backed SSE stream management with stream registry, heartbeat monitoring, completion store for terminal events, and...
caching-strategies
by dadbodgeoff
Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, a...
intelligent-cache
by dadbodgeoff
Multi-layer caching with type-specific TTLs, get-or-generate pattern, memory and database layers, and graceful invalidat...
resilient-storage
by dadbodgeoff
Multi-backend storage layer with automatic failover between Redis, database, and memory backends. Includes circuit break...
multi-tenancy
by dadbodgeoff
Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports share...
graceful-degradation
by dadbodgeoff
Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses...
atomic-matchmaking
by dadbodgeoff
Two-phase commit matchmaking that verifies both player connections before creating a match. Handles disconnections grace...
distributed-lock
by dadbodgeoff
Prevent race conditions across multiple instances. Only one instance can hold a lock at a time. Automatic expiration pre...
circuit-breaker
by dadbodgeoff
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to...
exception-taxonomy
by dadbodgeoff
Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consist...
request-validation
by dadbodgeoff
Validate API requests with schemas, sanitization, and helpful error messages. Covers Zod, Joi, and Pydantic patterns.
error-handling
by dadbodgeoff
Implement consistent error handling with custom error classes, error boundaries, and structured error responses. Covers...
middleware-protection
by dadbodgeoff
Protect routes with Next.js middleware. Check authentication once, protect routes declaratively. Supports public routes,...
error-sanitization
by dadbodgeoff
Production-safe error handling that logs full details server-side while exposing only generic, safe messages to users. P...
api-versioning
by dadbodgeoff
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecatio...
pagination
by dadbodgeoff
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination...