Rate Limiter Designer

Design and implement API rate limiting that actually holds under load — pick the algorithm (token bucket vs sliding-window-counter vs fixed window) and justify it, choose the limiting key and per-tier limits, use cross-instance atomic storage, and return standard 429 signals. Use when protecting an API from abuse or scrapers, enforcing per-tier quotas, or replacing an in-memory limiter that breaks behind multiple replicas.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/rate-limiter-designer commit c87512592b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/rate-limiter-designer