TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
dadbodgeoff

audit-logging

by dadbodgeoff

star 756

Comprehensive audit logging for compliance and security. Track user actions, data changes, and system events with tamper...

dadbodgeoff

cloud-storage

by dadbodgeoff

star 756

Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for...

dadbodgeoff

worker-health-monitoring

by dadbodgeoff

star 756

Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure...

dadbodgeoff

leader-election

by dadbodgeoff

star 756

Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover...

dadbodgeoff

email-service

by dadbodgeoff

star 756

Production email service with templates, queuing, and delivery tracking. Supports transactional emails, marketing campai...

dadbodgeoff

design-tokens

by dadbodgeoff

star 756

Comprehensive design token system for typography, colors, and theming with WCAG AA compliance, TypeScript types, and fra...

dadbodgeoff

database-migrations

by dadbodgeoff

star 756

Safe database migration strategies for zero-downtime deployments. Covers backward-compatible changes, data migrations, a...

dadbodgeoff

retry-fallback

by dadbodgeoff

star 756

Handle transient failures with exponential backoff and graceful fallbacks. Retry on network blips, fall back to cached d...

dadbodgeoff

sse-resilience

by dadbodgeoff

star 756

Redis-backed SSE stream management with stream registry, heartbeat monitoring, completion store for terminal events, and...

dadbodgeoff

caching-strategies

by dadbodgeoff

star 756

Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, a...

dadbodgeoff

intelligent-cache

by dadbodgeoff

star 756

Multi-layer caching with type-specific TTLs, get-or-generate pattern, memory and database layers, and graceful invalidat...

dadbodgeoff

resilient-storage

by dadbodgeoff

star 756

Multi-backend storage layer with automatic failover between Redis, database, and memory backends. Includes circuit break...

dadbodgeoff

multi-tenancy

by dadbodgeoff

star 756

Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports share...

dadbodgeoff

graceful-degradation

by dadbodgeoff

star 756

Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses...

dadbodgeoff

atomic-matchmaking

by dadbodgeoff

star 756

Two-phase commit matchmaking that verifies both player connections before creating a match. Handles disconnections grace...

dadbodgeoff

distributed-lock

by dadbodgeoff

star 756

Prevent race conditions across multiple instances. Only one instance can hold a lock at a time. Automatic expiration pre...

dadbodgeoff

circuit-breaker

by dadbodgeoff

star 756

Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to...

dadbodgeoff

exception-taxonomy

by dadbodgeoff

star 756

Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consist...

dadbodgeoff

request-validation

by dadbodgeoff

star 756

Validate API requests with schemas, sanitization, and helpful error messages. Covers Zod, Joi, and Pydantic patterns.

dadbodgeoff

error-handling

by dadbodgeoff

star 756

Implement consistent error handling with custom error classes, error boundaries, and structured error responses. Covers...

dadbodgeoff

middleware-protection

by dadbodgeoff

star 756

Protect routes with Next.js middleware. Check authentication once, protect routes declaratively. Supports public routes,...

dadbodgeoff

error-sanitization

by dadbodgeoff

star 756

Production-safe error handling that logs full details server-side while exposing only generic, safe messages to users. P...

dadbodgeoff

api-versioning

by dadbodgeoff

star 756

Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecatio...

dadbodgeoff

pagination

by dadbodgeoff

star 756

Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination...