From jeremylongshore-claude-code-plugins-plus-skills
Guides API rate limiting configuration with step-by-step instructions, best practices, and production-ready code for REST, GraphQL, and OpenAPI services.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:api-rate-limiting-configThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for api rate limiting config tasks within the API Development domain.
This skill provides automated assistance for api rate limiting config tasks within the API Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with api rate limiting config" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Development skill category. Tags: api, rest, graphql, openapi, swagger
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningGuides API throttling configuration including rate limiting, request quotas, and best practices for REST, GraphQL, and OpenAPI.
Implements API rate limiting with sliding windows, token buckets, quotas using Redis and libraries for Node.js, Python/FastAPI, Java. Protects endpoints from excessive requests with headers and 429 responses.
Implements rate limiting patterns (token bucket, sliding window, distributed) to protect APIs from abuse and ensure fair usage.