Covers both Cloud Run services for containerized apps and Cloud Run Functions for event-driven workloads. The patterns here are practical: multi-stage Docker builds, graceful shutdown handling, and Pub/Sub integration that actually shows you how to decode messages. The cold start optimization section is honest about the tradeoffs, like how minimum instances cost money but kill latency, or how higher memory allocation gives you more startup CPU. Watch out for the sharp edges around CPU throttling and the in-memory /tmp filesystem. If you're building serverless on GCP and need to move past the basics, this gives you the production-ready patterns without the usual tutorial fluff.
npx skills add https://github.com/davila7/claude-code-templates --skill gcp-cloud-run