posthog-rate-limits

Implement PostHog rate limiting, backoff, and idempotency patterns.

Content Preview
---
name: posthog-rate-limits
description: |
  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".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
compatible-with: claude-code,
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/posthog-rate-limits.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/posthog-pack/skills/posthog-rate-limits/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/posthog-pack/skills/posthog-rate-limits/SKILL.md

Related Skills