Handles the full lifecycle of Google Cloud Functions from CLI deployment to Terraform configuration. You get reference implementations for Node.js functions with HTTP triggers, Pub/Sub events, and storage bucket listeners. Covers the practical stuff like service account setup, IAM roles, secret management through Secret Manager, and proper monitoring hooks. The guides walk through both gcloud CLI commands and infrastructure-as-code approaches. Best for teams already in the GCP ecosystem who need event-driven compute without managing servers. The emphasis on least privilege IAM and idempotent function design shows this isn't just deployment scripts but actually thinks through production concerns.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill gcp-cloud-functions