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

worker-orchestration

by dadbodgeoff

star 758

Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failin...

dadbodgeoff

graceful-degradation

by dadbodgeoff

star 758

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

dadbodgeoff

multi-tenancy

by dadbodgeoff

star 758

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

ForceInjection

pdf-translator

by ForceInjection

star 758

Extract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill w...

dadbodgeoff

typescript-strict

by dadbodgeoff

star 756

Configure TypeScript strict mode with additional safety flags. Catch bugs at compile time instead of production. Include...

dadbodgeoff

worker-orchestration

by dadbodgeoff

star 756

Manage concurrent background workers with scheduling, dependencies, health monitoring, and automatic disabling of failin...

dadbodgeoff

job-state-machine

by dadbodgeoff

star 756

Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach te...

dadbodgeoff

feature-flags

by dadbodgeoff

star 756

Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control featu...

dadbodgeoff

environment-config

by dadbodgeoff

star 756

Centralized environment variable management with validation. Fail fast at startup if config is invalid. Supports multi-e...

dadbodgeoff

graceful-shutdown

by dadbodgeoff

star 756

Clean shutdown with in-flight job tracking, signal handlers, and buffer draining. Prevent data loss and corrupted state...

dadbodgeoff

health-checks

by dadbodgeoff

star 756

Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and depende...

dadbodgeoff

logging-observability

by dadbodgeoff

star 756

Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing de...

dadbodgeoff

anomaly-detection

by dadbodgeoff

star 756

Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert stor...

dadbodgeoff

row-level-security

by dadbodgeoff

star 756

Implement PostgreSQL Row Level Security (RLS) for multi-tenant SaaS applications. Use when building apps where users sho...

dadbodgeoff

oauth-social-login

by dadbodgeoff

star 756

Implement OAuth 2.0 social login with Google, GitHub, and other providers. Handles token exchange, user creation, and ac...

dadbodgeoff

sse-streaming

by dadbodgeoff

star 756

Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building l...

dadbodgeoff

websocket-management

by dadbodgeoff

star 756

Production-grade WebSocket connection management with connection limits, user-to-connection mapping, ping/pong health ve...

dadbodgeoff

community-feed

by dadbodgeoff

star 756

Social feed with batch queries, cursor pagination, trending algorithms, and engagement tracking. Efficient database quer...

dadbodgeoff

webhook-security

by dadbodgeoff

star 756

Implement secure webhook handling with signature verification, replay protection, and idempotency. Use when receiving we...

dadbodgeoff

idempotency

by dadbodgeoff

star 756

Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment...

dadbodgeoff

jwt-auth

by dadbodgeoff

star 756

Implement secure JWT authentication with refresh token rotation, secure storage, and automatic renewal. Use when buildin...

dadbodgeoff

rate-limiting

by dadbodgeoff

star 756

Implement subscription-tier aware API rate limiting with sliding window algorithm. Use when building SaaS APIs that need...

dadbodgeoff

tier-entitlements

by dadbodgeoff

star 756

Implement subscription tier-based feature gating and usage limits. Centralized tier configuration, database usage tracki...

dadbodgeoff

file-uploads

by dadbodgeoff

star 756

Production-grade secure file upload pipeline with multi-stage validation, malware scanning (ClamAV), hash-based duplicat...