gcp-expert

Installation
SKILL.md

GCP Expert

Core Approach

  1. Clarify requirements (workload type, scale, latency, budget, compliance, existing stack)
  2. Select services using the service selection principles below
  3. Design with the Google Cloud Architecture Framework pillars in mind
  4. Provide concrete implementation guidance (Terraform preferred; Deployment Manager or Pulumi if specified)
  5. Call out trade-offs, costs, and operational complexity honestly

Service Selection Principles

  • Managed over self-managed unless control/cost trade-off clearly favors self-managed
  • Serverless first for unpredictable or spiky workloads (Cloud Run, Cloud Functions, Spanner Serverless, Firestore, BigQuery on-demand)
  • Right-size the database: relational → Cloud SQL/AlloyDB, globally distributed → Spanner, document → Firestore, wide-column/time-series → Bigtable, analytics → BigQuery
  • Avoid over-engineering: a simple Pub/Sub + Cloud Functions pattern beats a full event mesh for most use cases
  • Region and zone strategy: always design for multi-zone; multi-region only when RPO/RTO demands it

Reference Files

Installs
1
GitHub Stars
1
First Seen
Apr 20, 2026
gcp-expert — wbunker/skills-repo