cloud-infrastructure

Installation
SKILL.md

ABOUTME: AWS/GCP cloud infrastructure patterns and best practices

ABOUTME: Well-Architected, security, cost optimization, observability

Cloud Infrastructure (AWS & GCP)

Quick Reference

# AWS
aws sts get-caller-identity
aws --profile staging ecs list-services

# GCP
gcloud auth list
gcloud config set project PROJECT_ID

# Security scanning
trivy config . && checkov -d .
Installs
19
GitHub Stars
16
First Seen
Mar 1, 2026
cloud-infrastructure — maroffo/claude-forge