This is your cloud-native constraints checklist for Rust services running in Kubernetes. It keeps you honest about stateless design (no static mut, external state only), graceful SIGTERM handling for zero-downtime deploys, and distributed tracing with OpenTelemetry. The trace-down approach is solid: it maps domain rules like "need health checks" down to specific patterns in other skills like m06-error-handling and domain-web. Heavy on tonic for gRPC, kube-runtime for operators, and the usual observability stack. Useful if you're tired of debugging why your pods got killed mid-request or why you can't trace requests across services.
npx skills add https://github.com/zhanghandong/rust-skills --skill domain-cloud-native