gcp-infrastructure

Deploy applications to Google Cloud Run with Cloud Build pipelines.

3|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/orchestra-mcp/framework --skill gcp-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-infrastructure
Source: https://github.com/orchestra-mcp/framework/tree/main/.claude/skills/gcp-infrastructure
Command: npx skills add https://github.com/orchestra-mcp/framework --skill gcp-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment, CI/CD, and monitoring of applications on Google Cloud Platform, simplifying complex infrastructure management.

Core Features & Use Cases

  • Cloud Run Deployment: Deploy containerized applications to Google Cloud Run.
  • CI/CD Pipeline: Automate testing, building, and deployment using Cloud Build.
  • Infrastructure as Code: Define and manage infrastructure components with configuration files.
  • Monitoring & Logging: Integrate Sentry for error tracking and Zerolog for structured logging.
  • Use Case: Deploy a new version of your backend service to Cloud Run, ensuring all tests pass and logs are captured for monitoring.

Quick Start

Deploy the latest version of the application to Google Cloud Run.

Frequently Asked Questions about gcp-infrastructure

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

FAQPage Schema
How do I deploy a containerized application to Google Cloud Run?

To deploy a containerized application to Google Cloud Run, you need to build a Docker image, push it to Artifact Registry, and configure the Cloud Run service. This Skill automates the deployment and management of these cloud-native services.

What is the best way to automate CI/CD pipelines for GCP infrastructure?

Automating CI/CD pipelines for GCP infrastructure is best handled through Cloud Build, which automates testing, building, and deploying applications. This Skill facilitates setting up these pipelines to ensure scalable, observable cloud-native application delivery.

Can I use Sentry and Zerolog for monitoring Cloud Run deployments?

Yes, you can use Sentry and Zerolog for monitoring Cloud Run deployments. This Skill integrates Sentry for error tracking and Zerolog for structured logging, ensuring your deployed applications are fully observable.

Does GCP infrastructure management require Docker for Cloud Run services?

Yes, GCP infrastructure management for Cloud Run services requires Docker. Applications must be containerized using Docker before being deployed to Cloud Run, which this Skill manages by configuring the necessary infrastructure components.

How do I configure Artifact Registry for GCP continuous delivery?

Configuring Artifact Registry for GCP continuous delivery involves setting up a repository to store Docker images built by Cloud Build. This Skill manages the setup and configuration of these components to streamline automated continuous delivery.

Why use infrastructure as code for Google Cloud Platform deployments?

Using infrastructure as code for Google Cloud Platform deployments allows you to define and manage infrastructure components through configuration files. This approach ensures automated, scalable, and consistent cloud-native application deployments.