rate-limiting

Community

Protect APIs with pragmatic rate limits.

Authorcosmix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

API rate limiting and quota management implementation to prevent abuse, enable fair usage, and maintain system stability. This skill covers algorithms, patterns, and practical integration.

Core Features & Use Cases

  • Algorithms: Token Bucket, Sliding Window, Leaky Bucket.
  • Quota Management: Per-user and per-API rate controls with backpressure.
  • Distributed Patterns: Redis-backed sliding windows and per-IP controls.

Quick Start

Implement a token bucket limiter for an API endpoint and test burst handling.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rate-limiting
Download link: https://github.com/cosmix/claude-code-setup/archive/main.zip#rate-limiting

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository