building-api-gateway
jeremylongshore/claude-code-plugins-plus-skills
This skill details the architecture and implementation of a robust API Gateway, serving as the single entry point for multiple backend microservices. It centrally manages critical cross-cutting concerns, including path-based and header-based routing, JWT/OAuth2 authentication, rate limiting, load balancing, and circuit breaker protection. This pattern is essential for building resilient, scalable, and maintainable microservices architectures, significantly simplifying client integration and request management.