rate-limiting-apis
jeremylongshore/claude-code-plugins-plus-skills
This skill provides a comprehensive framework for implementing robust API rate limiting. It supports advanced algorithms like sliding windows, token buckets, and fixed counters, backed by Redis for distributed state. Use it to protect endpoints from excessive requests, enforce tiered quotas (Free, Pro, Enterprise), and prevent abuse like brute-force attacks by setting per-user, per-endpoint, or per-API-key limits.