- Home
- Skills
- Shaul1991
- Shaul Agents Plugin
- Infra Cloud
infra-cloud_skill
- Makefile
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill shaul1991/shaul-agents-plugin --skill infra-cloud- SKILL.md464 B
Overview
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.
How this skill works
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.
When to use it
- Provision new environments across AWS, GCP, or Azure using IaC
- Migrate or standardize infrastructure to Terraform or Pulumi
- Detect and remediate configuration drift between code and cloud state
- Run cost optimization reviews and recommendations
- Coordinate multi-cloud deployments and shared services
Best practices
- Keep Terraform state remote and encrypted with a backend (S3/GCS/Azure Blob + locking)
- Use modular Terraform structure and versioned modules for reuse and testing
- Automate plan and policy checks in CI before applying changes
- Regularly run cost and security scans and act on prioritized findings
- Document architecture and runbooks under docs/infra/cloud/ for handoffs
Example use cases
- Create a repeatable VPC, subnet, and shared services module for multi-account AWS setups
- Convert legacy scripts to Terraform modules and validate with a staged CI pipeline
- Perform a monthly cost audit across clouds and produce a prioritized optimization plan
- Implement drift detection to reconcile manual console changes with IaC
- Deploy a common Kubernetes cluster pattern across GCP and Azure using a shared Terraform module
FAQ
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/.