CloudArch

Manage cloud infrastructure as code with explicit IAM bindings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Ghabs95/agents --skill cloudarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CloudArch
Source: https://github.com/Ghabs95/agents/tree/main/wlbl-agents/.agent/skills/cloud_arch
Command: npx skills add https://github.com/Ghabs95/agents --skill cloudarch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill manages and maintains the Infrastructure as Code (IaC) for the entire ecosystem, ensuring that all cloud resources are defined, version-controlled, and deployed consistently.

Core Features & Use Cases

  • Infrastructure Definition: Defines compute, serverless, hosting, and storage resources using IaC tools.
  • Scalability & Cost Optimization: Configures auto-scaling and monitors resource sizing for efficiency.
  • Security as Code: Enforces security standards through explicit IAM bindings in IaC.
  • Use Case: Automatically provision a new Cloud Run service with defined scaling parameters and security policies based on the latest IaC definitions.

Quick Start

Use the CloudArch skill to define a new Cloud Run service for the wlbl-ecos project.

Frequently Asked Questions about CloudArch

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

FAQPage Schema
How do I define scalable cloud infrastructure using Infrastructure as Code?

Infrastructure as Code defines compute, serverless, hosting, and storage resources using IaC scripts. It configures auto-scaling and monitors sizing for mass adoption scale and cost efficiency.

How does security as code work for cloud IAM bindings?

Security as code enforces security standards by requiring explicit definition of all IAM bindings within your IaC scripts. This ensures permissions are version-controlled and deployed consistently.

Can I provision a Cloud Run service with auto-scaling using IaC?

Yes, you can automatically provision a new Cloud Run service with defined scaling parameters and security policies based on the latest IaC definitions for your project.

What is the best way to manage cloud hosting and storage for mass adoption scale?

Managing cloud resources for mass adoption scale requires defining hosting and storage in IaC scripts. This approach configures auto-scaling and monitors resource sizing for cost efficiency.

Do I need to explicitly define all IAM configurations in my IaC scripts?

Yes, this Skill requires explicit definition of all IAM bindings and resource configurations within IaC scripts to enforce security as code principles and ensure consistent deployments.