Agent skill
cloud-platforms
Cloud platform reference modules for GCP, Azure, and AWS. Use when working with cloud infrastructure, Kubernetes, managed databases, networking, IAM, or production diagnostics. Detect the target platform from AGENTS.md and repository context.
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-2
SKILL.md
Cloud Platforms
Load the provider-specific reference file that matches the repository context.
Workflow
- Read root
AGENTS.mdand relevant infrastructure files. - Detect the platform from concrete signals in the repo.
- Load only the matching provider reference file.
- Apply platform-specific CLI commands and operational patterns from that file.
Detection Signals
Signal in AGENTS.md or repo |
Platform | Resource |
|---|---|---|
| GCP, GKE, Cloud SQL, Cloud Build, Artifact Registry | GCP | gcp-reference.md |
| Azure, AKS, Azure Database for PostgreSQL, Azure Monitor, ACR | Azure | azure-reference.md |
| AWS, EKS, RDS, CloudWatch, ECR | AWS | aws-reference.md |
If multiple platforms are present, scope the reference by service.
Integration
- Used by:
analyze-prod,bugfix,infra-change,deploy-production,deploy-to-production
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?