api-gateway-configurator
Configure API gateways for SDK traffic management
npx skills add a5c-ai/babysitter --skill api-gateway-configurator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# API Gateway Configurator Skill ## Overview This skill configures API gateways to manage SDK traffic including routing, authentication, rate limiting, and circuit breakers for reliable API delivery. ## Capabilities - Configure request routing and load balancing - Implement rate limiting and throttling - Set up authentication and authorization - Configure circuit breakers for resilience - Implement request/response transformation - Set up API versioning routes - Configure caching policies - Implement CORS and security headers ## Target Processes - Platform API Gateway Design - API Versioning Strategy - Authentication and Authorization Patterns ## Integration Points - Kong Gateway - AWS API Gateway - Apigee - Azure API Management - Envoy/Istio ## Input Requirements - Routing requirements - Rate limiting policies - Authentication methods - Transformation needs - Resilience requirements ## Output Artifacts - Gateway configuration files - Route definitions - Rate limit policies - Authentication plugins - Circuit breaker configs - Transformation rules ## Usage Example ```yaml skill: name: api-gateway-configurator context: gateway: kong routes: - path: /v1/* upstream: api-v1 plugins: - r
- Overview
- Capabilities
- Target Processes
- Integration Points
- Input Requirements
- Output Artifacts
- Usage Example
- Best Practices
What does the api-gateway-configurator skill do?
Configure API gateways for SDK traffic management
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill api-gateway-configurator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
