Agent skill
cloud-platforms
Cloud platform reference modules — GCP, Azure, AWS. Provides platform-specific CLI commands, managed service patterns, networking, IAM, observability, and operational procedures. Activated when working with cloud infrastructure, production environments, managed databases, container orchestration, or cloud-native services. Detect the target platform from the project's CLAUDE.md tech stack declaration.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cloud-platforms-avav25-ai-assets
SKILL.md
Cloud Platforms
Pluggable cloud platform knowledge modules. Each resource file contains platform-specific patterns for one cloud provider.
How It Works
- Detect platform: Read the project's
CLAUDE.mdtech stack declaration to identify which cloud platform(s) are in use - Load the right module: Read the corresponding resource file(s) below
- Apply patterns: Use platform-specific CLI commands, service names, and operational patterns from the loaded module
Platform Detection Signals
| Signal in CLAUDE.md / Project | Platform | Resource File |
|---|---|---|
| GCP, Google Cloud, GKE, Cloud SQL, Cloud Build, gcloud, Artifact Registry | Google Cloud Platform | gcp-reference.md |
| Azure, AKS, Azure SQL, Azure DevOps, az CLI, ACR, Azure Monitor | Microsoft Azure | azure-reference.md |
| AWS, EKS, RDS, CodePipeline, aws CLI, ECR, CloudWatch | Amazon Web Services | aws-reference.md |
If CLAUDE.md does not declare a cloud platform, ask the user before proceeding with platform-specific operations.
If the project uses multi-cloud, load all relevant modules and apply patterns per service based on where it runs.
Module Structure
Each reference file follows a consistent structure:
- Core Platform — account/project structure, IAM, networking, secrets, tagging
- Container Orchestration — managed Kubernetes (GKE/AKS/EKS) patterns
- Managed Database — managed SQL service patterns and reliability
- CI/CD — platform-native build and deploy services
- Observability — monitoring, logging, alerting, dashboards
- CLI Reference — essential CLI commands for diagnostics and operations
- Security and Compliance — audit logging, encryption, network security
Integration
- Used by roles:
Agent(devops-engineer),Agent(sre-engineer),Agent(cloud-architect) - Used by workflows:
/analyze-prod,/bugfix,/infra-change,/deploy-production,/ml-pipeline - Complements:
deploy-to-productionskill (rollback procedures)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?