gcp-cloud-architect

Design and optimize Google Cloud architectures with infrastructure-as-code and cost management.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill gcp-cloud-architect-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-cloud-architect
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-skills/gcp-cloud-architect
Command: npx skills add https://github.com/4lerman/text_evaluator --skill gcp-cloud-architect-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-storage, google-cloud-compute, google-cloud-run, google-cloud-dns, google-cloud-spanner, google-cloud-firestore, google-cloud-bigquery, google-cloud-pubsub, google-cloud-dataflow, google-cloud-aiplatform, google-cloud-firestore, google-cloud-functions, google-cloud-iam, google-cloud-security, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you design and optimize Google Cloud architectures, covering infrastructure-as-code, deployment, and cost management.

Core Features & Use Cases

  • Architecture Design: Recommends GCP services based on application requirements.
  • Cost Optimization: Analyzes GCP resources for cost savings.
  • Deployment: Generates infrastructure-as-code for GCP services.
  • CI/CD: Sets up automated deployment with Cloud Build or GitHub Actions.
  • Security Review: Verifies security configuration.
  • Use Case: Design and deploy a scalable GCP architecture for a web application, including serverless services, databases, and security configurations.

Quick Start

Run the architecture designer to design a GCP architecture. Example: python scripts/architecture_designer.py --input requirements.json

Frequently Asked Questions about gcp-cloud-architect

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

FAQPage Schema
How do I design a scalable Google Cloud architecture for a web application?

To optimize GCP costs, this skill analyzes your deployed resources to identify savings opportunities, recommending right-sized infrastructure and managed services to reduce expenditure across your cloud architecture.

Can I generate infrastructure as code for GCP services like Cloud Run and Spanner?

Yes, you can generate infrastructure as code for GCP services like Cloud Run and Spanner. The skill automates deployment by producing IaC scripts for configured infrastructure resources.

Does this GCP architecture skill require Python and Google Cloud SDKs?

Yes, this GCP architecture skill requires Python and Google Cloud SDKs. You must have these dependencies installed locally to execute the architecture designer scripts and interact with GCP services.

What is the best way to set up CI/CD for Google Cloud deployment pipelines?

The best way to set up CI/CD for Google Cloud deployment pipelines is by using Cloud Build or GitHub Actions. This skill configures automated deployment workflows for your infrastructure-as-code.

How do I perform a security review on my Google Cloud infrastructure?

To perform a security review on Google Cloud infrastructure, the skill verifies your security configurations against best practices. It checks IAM policies and security settings across deployed resources.