This one's built for developers deploying FastAPI services to Lambda, Cloud Run, or similar serverless platforms. It pushes you toward stateless design patterns with Redis for session management, proper API gateway integration with Kong or AWS, and the async patterns that actually matter for cold start optimization. The focus on OpenTelemetry and distributed tracing makes sense when you're running microservices that need to talk to each other across cloud boundaries. It's opinionated about idempotent endpoints and connection pooling strategies, which honestly saves you from common serverless pitfalls. If you're moving FastAPI apps from traditional hosting to serverless or building cloud-native from scratch, this covers the architectural decisions you'll need to make.
npx skills add https://github.com/mindrally/skills --skill fastapi-microservices-serverless