create-rate-limiter

Installation
SKILL.md

Rate Limiter Generator

Creates Rate Limiter pattern infrastructure for request throttling and API protection.

When to Use

Scenario Example
API protection Prevent abuse
Resource throttling Database connection limits
Fair usage Per-user request limits
Burst protection Spike handling

Component Characteristics

RateLimiterInterface

  • Common interface for all algorithms
  • Check and consume methods
  • Remaining capacity queries
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026