llm-rate-limiting
Installation
SKILL.md
LLM Rate Limiting
Implement robust rate limiting to prevent quota exhaustion and handle API limits gracefully.
When to Use
- Hitting API rate limits
- Managing concurrent requests
- Preventing quota exhaustion
- Implementing fair usage policies
- Handling burst traffic
API Rate Limits (2026)
Anthropic Claude
| Tier | Requests/min | Tokens/min | Tokens/day |
|---|---|---|---|
| Free | 5 | 20K | 300K |
Related skills