Configure API gateways for SDK traffic management
Configures API gateways for routing, authentication, rate limiting, and circuit breakers to manage SDK traffic.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis skill configures API gateways to manage SDK traffic including routing, authentication, rate limiting, and circuit breakers for reliable API delivery.
skill:
name: api-gateway-configurator
context:
gateway: kong
routes:
- path: /v1/*
upstream: api-v1
plugins:
- rate-limiting
- jwt-auth
- path: /v2/*
upstream: api-v2
plugins:
- rate-limiting
- oauth2
rateLimiting:
default: 1000/hour
authenticated: 10000/hour
circuitBreaker:
threshold: 5
timeout: 30s
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.