Agent Plugins Marketplace
All plugins

cloud-infrastructure

v1.3.2

Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization

CodexClaude Code8 Skills

By Seth HobsonLicense: MIT39.9k GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cloud-infrastructure for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add cloud-infrastructure@claude-code-workflows

Paste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.

Compatibility: the page URL and API slug “cloud-infrastructure” remain stable.

  • Codex: cloud-infrastructure@agent-plugin-marketplacecloud-infrastructure@claude-code-workflows

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wshobson/agents

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud-infrastructure/.

Plugin files

plugins/cloud-infrastructure/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/cost-optimization/SKILL.md
├── skills/hybrid-cloud-networking/SKILL.md
├── skills/istio-traffic-management/SKILL.md
├── skills/linkerd-patterns/SKILL.md
├── skills/mtls-configuration/SKILL.md
├── skills/multi-cloud-architecture/SKILL.md
├── skills/service-mesh-observability/SKILL.md
└── skills/terraform-module-library/SKILL.md

Included Skills8

cost-optimizationskills/cost-optimization/SKILL.md

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

hybrid-cloud-networkingskills/hybrid-cloud-networking/SKILL.md

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

istio-traffic-managementskills/istio-traffic-management/SKILL.md

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

linkerd-patternsskills/linkerd-patterns/SKILL.md

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

mtls-configurationskills/mtls-configuration/SKILL.md

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

multi-cloud-architectureskills/multi-cloud-architecture/SKILL.md

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

service-mesh-observabilityskills/service-mesh-observability/SKILL.md

Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.

terraform-module-libraryskills/terraform-module-library/SKILL.md

Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

Plugin manifests2

plugins/cloud-infrastructure/.codex-plugin/plugin.json
{
  "name": "cloud-infrastructure",
  "version": "1.3.2",
  "description": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "[email protected]"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Cloud Infrastructure",
    "shortDescription": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code…",
    "category": "Coding"
  }
}
plugins/cloud-infrastructure/.claude-plugin/plugin.json
{
  "name": "cloud-infrastructure",
  "version": "1.3.2",
  "description": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
  "author": {
    "name": "Seth Hobson",
    "email": "[email protected]"
  },
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cloud-infrastructure on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloud-infrastructure)