gcp-expert

Provides Google Cloud Platform architecture, provisioning, deployment, monitoring, and optimization expertise.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill gcp-expert-duylinhdang1998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-expert
Source: https://github.com/duylinhdang1998/claude-template-agent/tree/main/plugins/vfm-agent-company/skills/gcp-expert
Command: npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill gcp-expert-duylinhdang1998

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides hands-on, production-grade Google Cloud Platform expertise to design, provision, deploy, monitor, and optimize cloud-native systems so teams can reliably operate services at scale without guessing best practices.

Core Features & Use Cases

  • Architecture & Service Selection: Recommend when to use GKE, Cloud Run, Compute Engine, BigQuery, Cloud Spanner, Firestore, Pub/Sub, and Vertex AI based on requirements.
  • Provisioning & IaC: Guidance and examples for Terraform and gcloud provisioning including regional/multi-zone designs and Workload Identity.
  • Deployment & Operations: Best practices for GKE cluster configuration, CI/CD deployment patterns, monitoring (Cloud Monitoring, Logging, Trace), security (IAM, Secret Manager, VPC Service Controls), and cost optimization.
  • Data & ML Workflows: Design BigQuery schemas and streaming with Dataflow, and train/deploy models using Vertex AI.
  • Use Case Example: Architect a GKE-based microservices platform with Terraform-managed infrastructure, centralized logging/monitoring, and cost controls for a high-traffic web service.

Quick Start

Ask gcp-expert to design a production-ready GKE microservices architecture with Terraform provisioning, least-privilege IAM, monitoring, and cost-optimization recommendations.

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 production-ready GKE microservices architecture on Google Cloud?

To design a production-ready GKE microservices architecture on Google Cloud, use Terraform for regional and multi-zone cluster provisioning, configure Workload Identity, and implement centralized Cloud Monitoring and Logging for reliable operations at scale.

When should I use GKE versus Cloud Run for my Google Cloud deployment?

Choose GKE for complex microservices needing custom cluster configuration and multi-zone control, whereas Cloud Run suits simpler containerized deployments. Google Cloud architecture selection depends on your specific traffic scale, orchestration, and operational requirements.

What's the best way to provision GCP infrastructure with Terraform?

Provision GCP infrastructure with Terraform by defining regional and multi-zone resources, enforcing least-privilege IAM, and configuring VPC Service Controls. This ensures secure, repeatable Google Cloud deployments with proper network isolation and cost controls.

Can I use BigQuery for streaming analytics with Dataflow on Google Cloud?

Yes, you can use BigQuery for streaming analytics with Dataflow on Google Cloud. Design appropriate BigQuery schemas to ingest streaming data, enabling real-time data processing and analytics within your cloud-native architecture.

How do I train and deploy machine learning models using Vertex AI?

Train and deploy machine learning models using Vertex AI by setting up managed training pipelines and endpoint configurations. This Google Cloud service integrates with your existing infrastructure to streamline ML deployment workflows and model serving.

Do I need VPC Service Controls to secure my Google Cloud architecture?

You need VPC Service Controls to secure your Google Cloud architecture if you require strict network boundaries around managed services like BigQuery and Cloud Storage. It prevents data exfiltration and enforces perimeter security alongside IAM best practices.