gcp

Design and deploy GCP architectures using gcloud CLI, GKE, and Cloud Run.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/0xMerl99/FangAI --skill gcp-0xmerl99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp
Source: https://github.com/0xMerl99/FangAI/tree/main/crates/openfang-skills/bundled/gcp
Command: npx skills add https://github.com/0xMerl99/FangAI --skill gcp-0xmerl99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance and operational best practices for managing and deploying applications on Google Cloud Platform (GCP), ensuring reliability, scalability, and cost-efficiency.

Core Features & Use Cases

  • GCP Architecture Design: Leverage managed services and design for multi-region availability.
  • CLI Proficiency: Utilize gcloud for efficient deployment and management of services like Cloud Run and GKE.
  • Security Best Practices: Implement least privilege IAM, VPC Service Controls, and Cloud Armor.
  • Cost Management: Set up billing alerts and resource labeling for cost attribution.
  • Use Case: Deploy a scalable, serverless API on Cloud Run connected to a managed Cloud SQL database, ensuring secure access and cost-effective operation.

Quick Start

Deploy a stateless API to Cloud Run using the gcloud CLI with automatic unauthenticated access enabled.

Frequently Asked Questions about gcp

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

FAQPage Schema
What's the best way to deploy a scalable serverless API on Google Cloud Run?

Deploy a scalable serverless API on Cloud Run using the gcloud CLI. This approach connects to managed Cloud SQL databases, ensuring secure access and cost-effective operation for production environments.

How do I design reliable and multi-region Google Cloud Platform architectures?

Design reliable Google Cloud Platform architectures by leveraging managed services and designing for multi-region availability. This ensures scalability and reliability while maintaining cost-efficiency across your cloud deployments.

How do I implement least privilege IAM and VPC controls in GCP?

Implement least privilege IAM and VPC controls in GCP by applying operational best practices for production environments. This includes utilizing VPC Service Controls and Cloud Armor to secure your cloud architecture.

Can I use the gcloud CLI to manage both Cloud Run and GKE clusters?

Yes, you can use the gcloud CLI to manage both Cloud Run and GKE. The CLI enables efficient deployment and management of these services alongside managed databases within your GCP environment.

How do I set up billing alerts and resource labeling for GCP cost management?

Set up GCP cost management by configuring billing alerts and applying resource labeling for cost attribution. This operational best practice ensures your cloud architecture remains cost-efficient and transparent.