← All plugins
api-batch-processor
v1.25.0Implement batch API operations with bulk processing and job queues
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-batch-processor/ inside the repository.
Layout
plugins/api-development/api-batch-processor/
├── .claude-plugin/plugin.json└── skills/processing-api-batches/SKILL.md
Skills1
processing-api-batchesskills/processing-api-batches/SKILL.md
Optimize bulk API requests with batching, throttling, and parallel execution. Use when processing bulk API operations efficiently. Trigger with phrases like "process bulk requests", "batch API calls", or "handle batch operations".
Manifests1
plugins/api-development/api-batch-processor/.claude-plugin/plugin.json
{
"name": "api-batch-processor",
"version": "1.25.0",
"description": "Implement batch API operations with bulk processing and job queues",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"batch",
"bulk",
"queue",
"job-processing"
]
}