80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
worker-orchestration
by dadbodgeoff
Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failin...
graceful-degradation
by dadbodgeoff
Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses...
multi-tenancy
by dadbodgeoff
Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports share...
Extract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill w...
typescript-strict
by dadbodgeoff
Configure TypeScript strict mode with additional safety flags. Catch bugs at compile time instead of production. Include...
worker-orchestration
by dadbodgeoff
Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failin...
job-state-machine
by dadbodgeoff
Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach te...
feature-flags
by dadbodgeoff
Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control featu...
environment-config
by dadbodgeoff
Centralized environment variable management with validation. Fail fast at startup if config is invalid. Supports multi-e...
graceful-shutdown
by dadbodgeoff
Clean shutdown with in-flight job tracking, signal handlers, and buffer draining. Prevent data loss and corrupted state...
health-checks
by dadbodgeoff
Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and depende...
logging-observability
by dadbodgeoff
Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing de...
anomaly-detection
by dadbodgeoff
Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert stor...
row-level-security
by dadbodgeoff
Implement PostgreSQL Row Level Security (RLS) for multi-tenant SaaS applications. Use when building apps where users sho...
oauth-social-login
by dadbodgeoff
Implement OAuth 2.0 social login with Google, GitHub, and other providers. Handles token exchange, user creation, and ac...
sse-streaming
by dadbodgeoff
Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building l...
websocket-management
by dadbodgeoff
Production-grade WebSocket connection management with connection limits, user-to-connection mapping, ping/pong health ve...
community-feed
by dadbodgeoff
Social feed with batch queries, cursor pagination, trending algorithms, and engagement tracking. Efficient database quer...
webhook-security
by dadbodgeoff
Implement secure webhook handling with signature verification, replay protection, and idempotency. Use when receiving we...
idempotency
by dadbodgeoff
Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment...
jwt-auth
by dadbodgeoff
Implement secure JWT authentication with refresh token rotation, secure storage, and automatic renewal. Use when buildin...
rate-limiting
by dadbodgeoff
Implement subscription-tier aware API rate limiting with sliding window algorithm. Use when building SaaS APIs that need...
tier-entitlements
by dadbodgeoff
Implement subscription tier-based feature gating and usage limits. Centralized tier configuration, database usage tracki...
file-uploads
by dadbodgeoff
Production-grade secure file upload pipeline with multi-stage validation, malware scanning (ClamAV), hash-based duplicat...