cloud-gcp

Design and deploy GCP infrastructure with Terraform and IAM.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill cloud-gcp-corestack-engg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-gcp
Source: https://github.com/CoreStack-Engg/claude-plugins/tree/main/plugins/cloud/skills/cloud-gcp
Command: npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill cloud-gcp-corestack-engg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in designing, deploying, and securing scalable GCP infrastructure using Terraform, IAM, and cost governance across environments.

Core Features & Use Cases

  • Infrastructure as Code: Terraform-driven provisioning for GKE, Cloud Run, Cloud SQL, BigQuery, and more.
  • Identity & Access: Robust IAM, service accounts, and Workload Identity to minimize key usage.
  • Networking & Security: VPC hierarchies, firewall rules, and VPC Service Controls patterns.
  • Cost Governance: Budgets, alerts, and resource lifecycle practices to optimize cloud spend.

Quick Start

Create a new GCP project and apply the Terraform module to provision a basic VPC and a sample GKE cluster.

Frequently Asked Questions about cloud-gcp

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

FAQPage Schema
How do I provision a GKE cluster and VPC on GCP using Terraform?

Provisioning a GKE cluster and VPC on GCP using Terraform involves applying infrastructure-as-code modules to define resource hierarchies, networking patterns, and identity management for containerized workloads.

What is the best way to secure GCP infrastructure with IAM and VPC Service Controls?

The best way to secure GCP infrastructure involves using IAM, service accounts, and Workload Identity to minimize key usage, alongside VPC hierarchies and VPC Service Controls patterns.

Can I manage GCP cost governance and budgets with infrastructure as code?

You can manage GCP cost governance with infrastructure as code by applying Terraform patterns to configure budgets, alerts, and resource lifecycle practices that optimize cloud spend.

Does Terraform work with serverless workloads like Cloud Run on GCP?

Terraform works with serverless workloads like Cloud Run on GCP by providing explicit infrastructure-as-code patterns to design, deploy, and govern scalable containerized and serverless setups.

How do I structure GCP projects and resource hierarchies for multi-environment deployments?

Structuring GCP projects and resource hierarchies for multi-environment deployments uses Terraform to apply explicit patterns across projects, enforcing secure, scalable cloud setups for containerized workloads.