← All plugins
api-throttling-manager
v1.25.0Manage API throttling with dynamic rate limits and quota management
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-throttling-manager/ inside the repository.
Layout
plugins/api-development/api-throttling-manager/
├── .claude-plugin/plugin.json└── skills/throttling-apis/SKILL.md
Skills1
throttling-apisskills/throttling-apis/SKILL.md
Implement API throttling policies to protect backend services from overload. Use when controlling API request rates. Trigger with phrases like "throttle API", "control request rate", or "add throttling".
Manifests1
plugins/api-development/api-throttling-manager/.claude-plugin/plugin.json
{
"name": "api-throttling-manager",
"version": "1.25.0",
"description": "Manage API throttling with dynamic rate limits and quota management",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"throttling",
"rate-limiting",
"quota",
"traffic-management"
]
}