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
Strong skill for PostHog rate limit handling with comprehensive code examples. The description clearly defines when to invoke the skill (429 errors, retry logic, throttling). Task knowledge is excellent with concrete TypeScript implementations for exponential backoff, idempotency, queue-based limiting, and header monitoring. Structure is good with clear sections, though all content lives in SKILL.md (acceptable for this scope). Novelty is moderate - while rate limiting patterns are somewhat standard, the PostHog-specific implementation details (tier tables, header handling, idempotency key generation) provide meaningful value over generic retry logic a CLI agent might produce. The skill would save tokens and reduce errors when implementing production-grade PostHog integrations.
Loading SKILL.md…

Skill Author