← All plugins
api-gateway-builder
v1.24.0Build API gateway with routing, authentication, and rate limiting
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-gateway-builder/ inside the repository.
Layout
plugins/api-development/api-gateway-builder/
├── .claude-plugin/plugin.json└── skills/building-api-gateway/SKILL.md
Skills1
building-api-gatewayskills/building-api-gateway/SKILL.md
Create API gateways with routing, load balancing, rate limiting, and authentication. Use when routing and managing multiple API services. Trigger with phrases like "build API gateway", "create API router", or "setup API gateway".
Manifests1
plugins/api-development/api-gateway-builder/.claude-plugin/plugin.json
{
"name": "api-gateway-builder",
"version": "1.24.0",
"description": "Build API gateway with routing, authentication, and rate limiting",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"api-gateway",
"routing",
"proxy",
"microservices"
]
}