gcp-expert

Design, implement, and troubleshoot Google Cloud Platform architectures with Terraform.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Wbunker/skills-repo --skill gcp-expert-wbunker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-expert
Source: https://github.com/Wbunker/skills-repo/tree/main/gcp-expert
Command: npx skills add https://github.com/Wbunker/skills-repo --skill gcp-expert-wbunker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive expertise on Google Cloud Platform (GCP) services, enabling users to design, implement, and troubleshoot complex cloud architectures effectively.

Core Features & Use Cases

  • Architecture Design: Guidance on GCP service selection, best practices, and adherence to the Google Cloud Architecture Framework.
  • Implementation: Concrete examples for infrastructure as code (Terraform preferred), IAM policies, and common patterns.
  • Troubleshooting & Optimization: Advice on cost optimization, performance tuning, and security configurations.
  • Use Case: A user needs to design a scalable, cost-effective, and secure architecture for a new web application on GCP. This Skill can recommend services like Cloud Run or GKE, suggest database options like Cloud SQL or Spanner, outline IAM roles, and provide Terraform snippets for deployment.

Quick Start

Use the gcp-expert skill to design a serverless web application architecture on GCP.

Frequently Asked Questions about gcp-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a serverless web application architecture on Google Cloud Platform?

Google Cloud Platform serverless architectures utilize Cloud Run or GKE for containerized workloads, combined with Cloud SQL or Spanner for data storage, and enforce security through properly configured IAM roles and policies.

What's the best way to manage GCP infrastructure using Terraform?

Managing GCP infrastructure with Terraform involves writing declarative configuration files to provision resources, apply IAM policies, and standardize deployments, ensuring repeatable and secure cloud architecture implementations.

How do I optimize costs and secure resources in Google Cloud?

Cost optimization and security in Google Cloud require adhering to the Google Cloud Architecture Framework, tuning performance, applying least-privilege IAM configurations, and selecting appropriate service tiers for your workloads.

Can I use GCP for big data analytics with BigQuery and Dataflow?

Yes, you can use Google Cloud Platform for big data analytics by leveraging BigQuery for serverless data warehousing and Dataflow for stream and batch data processing pipelines.

Does this GCP expertise cover machine learning and AI model deployment?

This GCP expertise covers ML and AI on Google Cloud Platform, providing architectural guidance for integrating machine learning services into your cloud native applications and data pipelines.

When should I choose Cloud Run instead of GKE for my containers?

You should choose Cloud Run for fully managed serverless container execution, while GKE is better suited for complex Kubernetes-native architectures requiring extensive orchestration and custom networking configurations on Google Cloud.