Implement sophisticated rate limiting with sliding windows, token buckets, and quotas. Use when protecting APIs from excessive requests. Trigger with phrases like "add rate limiting", "limit API requests", or "implement rate limits".
4.6
Rating
0
Installs
Backend Development
Category
The skill has good structural organization with separate reference files and clear sections, but suffers from a critical mismatch between its specific purpose (rate limiting) and generic API development content. The description promises 'sophisticated rate limiting with sliding windows, token buckets, and quotas,' yet the instructions cover only general API development tasks like defining endpoints and schemas. The actual rate limiting implementation details are presumably in references/implementation.md (which we assume exists per instructions), but SKILL.md should provide enough context for invocation. The novelty is limited since rate limiting libraries are common and well-documented. The taskKnowledge score is moderate assuming the referenced files contain the promised rate limiting specifics, but the main skill file lacks clarity on how to actually implement the core functionality (sliding windows, token buckets). A CLI agent would struggle to know when and how to apply rate limiting patterns based solely on the description and overview provided.
Loading SKILL.md…

Skill Author