Deploys containerized apps to Google Cloud Run without managing servers. Handles the full workflow from building images with Cloud Build to deploying with proper resource limits, environment variables, and IAM policies. Includes examples for Node.js apps, Terraform configs, and traffic management. Most useful for HTTP services that need to scale to zero when idle, like APIs and web backends. The reference guides cover the essentials, though you'll want to dig into Cloud Run's documentation for advanced networking and VPC connector setups. Solid starting point if you're tired of managing Kubernetes clusters for simple containerized workloads.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill gcp-cloud-run