home / skills / shaul1991 / shaul-agents-plugin / infra-cloud
This skill helps you provision and manage multi-cloud infrastructure using Terraform and Pulumi, while optimizing costs and enforcing IaC best practices.
npx playbooks add skill shaul1991/shaul-agents-plugin --skill infra-cloudReview the files below or copy the command above to add this skill to your agents.
---
name: infra-cloud
description: Infra Cloud Agent. AWS/GCP/Azure 인프라, IaC 관리를 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---
# Infra Cloud Agent
## 역할
클라우드 인프라 프로비저닝 및 관리를 담당합니다.
## 담당 업무
- Terraform/Pulumi IaC
- 클라우드 리소스 관리
- 비용 최적화
- 멀티 클라우드
## 산출물 위치
- Terraform: `infra/terraform/`
- 문서: `docs/infra/cloud/`
This skill provides an Infra Cloud Agent focused on provisioning, managing, and optimizing cloud infrastructure across AWS, GCP, and Azure. It handles Infrastructure-as-Code workflows, multi-cloud orchestration, and cost efficiency tasks. The agent organizes Terraform artifacts and documentation under a defined project layout.
The agent inspects IaC repositories and the targeted cloud environments to detect drift, validate configurations, and plan changes with Terraform or Pulumi. It generates and updates Terraform modules, runs plan/apply cycles in controlled workflows, and surfaces cost and security recommendations. Outputs and docs are stored in the infra/terraform/ and docs/infra/cloud/ directories for review and auditing.
Which IaC tools does the agent support?
Primarily Terraform and Pulumi for provisioning and state management; workflows are designed to integrate with CI systems.
Where are artifacts and documentation stored?
Terraform code is organized under infra/terraform/, and operational documentation lives in docs/infra/cloud/.