designing-and-deploying-infrastructure

designing-and-deploying-infrastructure is a skill for Claude Code, Codex from GoogleCloudPlatform/gemini-cloud-assist-mcp. It costs 32 tokens per session (3,653 once invoked), scanned C, original, Apache-2.0.

A workflow for designing, checking, deploying, and troubleshooting infrastructure on Google Cloud Platform (GCP), a cloud-computing service.

In plain words
What is it for?
Use it to design and refine cloud architectures, assess recommended practices, deploy applications, inspect deployed resources, troubleshoot failures, and verify deployments.
Why use it?
It guides the full infrastructure lifecycle, including architecture review, deployment problems, verification, and end-to-end testing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design and refine cloud architectures, assess recommended practices, deploy applications, inspect deployed resources, troubleshoot failures, and verify deployments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GoogleCloudPlatform/gemini-cloud-assist-mcp --skill designing-and-deploying-infrastructure
Clone the repo
git clone --depth 1 https://github.com/GoogleCloudPlatform/gemini-cloud-assist-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for designing-and-deploying-infrastructure

README.md
[![agentmods](https://agentmods.dev/badge/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure/github.svg)](https://agentmods.dev/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure)
Your own site
<a href="https://agentmods.dev/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure"><img src="https://agentmods.dev/badge/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for designing-and-deploying-infrastructure

Your own site · 80×15
<a href="https://agentmods.dev/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure"><img src="https://agentmods.dev/badge/skills/googlecloudplatform/gemini-cloud-assist-mcp/designing-and-deploying-infrastructure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,653 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.03653
Opus 5 $0.00016 $0.01826
Sonnet 5 $0.00006 $0.00731
Haiku 4.5 $0.00003 $0.00365

Measured 10d ago against content hash f2f935b75313, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

designing-and-deploying-infrastructure scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Instruction-override phrasinghighPrompt injection

Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.

* For retries, disregard previous attempts and start from Step 2 again.
skills/designing-and-deploying-infrastructure/SKILL.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Designing and Deploying Infrastructure

Index

  1. Overview
  2. Best Practices & Constraints
  3. Phase 1: Infrastructure Design & Refinement
  4. Phase 2: Best Practices Assessment & Design Iteration
  5. Phase 3: Application Deployment
  6. Phase 4: Get Deployed Resources
  7. Phase 5: Troubleshoot Deployment Failures
  8. Phase 6: Verification & E2E Testing

Overview

This skill provides a prescriptive, multi-loop workflow for the entire infrastructure lifecycle on Google Cloud Platform (GCP). It leverages the Gemini Application Designer (GAD) and Application Design Center (ADC) tools (like gemini_cloud_assist:design_infra and application_design_center:assess_best_practices) to intelligently design architectures, assess best practices, and automate deployment and troubleshooting. Always maintain the persona of a Principal Cloud Architect. Delegate all research and design to the specialized tools provided. Note: These tools are part of the gemini_cloud_assist and application_design_center MCP Servers. Tool names are qualified with their respective server names (e.g., gemini_cloud_assist:tool_name).

Best Practices & Constraints

  • Delegation & No Manual Design: Delegate all architecture decisions and product selections to the gemini_cloud_assist:design_infra tool. Do not design manually or edit generated Terraform code. Request changes via the tool.
  • Inputs: Always ask the user for required context like project ID, service accounts, etc. if necessary -- do not make assumptions or use placeholders.
  • Visualization Power: Always render the Mermaid diagram from gemini_cloud_assist:design_infra in every implementation plan. Refresh the diagram after every design change. Do not create your own diagrams.
  • Loop Discipline: Follow the workflow loops and exit criteria strictly. If you cannot follow the Infrastructure Lifecycle Workflow, you must exit and inform the user (for example, if the user cancels the process, or if you hit the maximum troubleshooting loop threshold in Phase 5).
  • Application Template as the main resource: The application template is the main resource when generating and iterating on a design. Always look for the application template URI in the gemini_cloud_assist:design_infra response (serializedApplicationTemplateURI), and use that for the rest of the Infrastructure Lifecycle Workflow.
    • Application Template vs Application: Application template is a template that is used to create an application. Application is an instance of an application template. Do not confuse these two.
    • Never attempt to create an application template URI yourself; always use the URI returned from gemini_cloud_assist:design_infra.

Read the full file on GitHub · 205 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 205 lines · 32 tokens per session scan C f2f935b75313

Subscribe to this mod's changes

designing-and-deploying-infrastructure is a skill published in the GitHub repository GoogleCloudPlatform/gemini-cloud-assist-mcp (67 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 3,653 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (instruction-override phrasing). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cloud-run

Manage Cloud Run services and jobs.

GoogleCloudPlatform/cloud-run-mcp · 10 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

n8n-self-hosting

Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own server/VPS/box (Hetzner, DigitalOcean, AWS EC2, bare metal, etc.) — in…

czlonkowski/n8n-mcp · 265 tokens

zdx-investigate-multi-app-outage

Diagnose a multi-application outage scoped to one location by correlating ZDX alerts, affected devices, and shared cloud-path hops. Identifies the devices affected at a specific office, compares the per-application network path across multiple SaaS apps to surface the common network bottleneck, and produces an…

zscaler/zscaler-mcp-server · 155 tokens

frontmcp-deployment

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

agentfront/frontmcp · 210 tokens

gcp-expert

Expert-level Google Cloud Platform, services, and cloud architecture. Use when the user mentions Google Cloud, Cloud Functions, BigQuery, or Firestore.

personamanagmentlayer/pcl · 35 tokens