Implement PostHog rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for PostHog. Trigger with phrases like "posthog rate limit", "posthog throttling", "posthog 429", "posthog retry", "posthog backoff".
6.4
Rating
0
Installs
Backend Development
Category
A well-structured skill providing comprehensive TypeScript implementations for PostHog rate limiting with exponential backoff, jitter, and idempotency patterns. The description clearly identifies when to use the skill (429 errors, throttling, retry logic). Task knowledge is strong with complete code examples, rate limit tier tables, and header handling guidance. Structure is clean with logical step-by-step flow. Novelty is moderate—while rate limiting is a common pattern, the PostHog-specific implementation with idempotency keys and monitoring utilities adds value by consolidating best practices that would otherwise require research and multiple iterations to implement correctly.
Loading SKILL.md…

Skill Author