plugins marketplace
← All plugins

voltagent-infra

v1.0.1

DevOps, cloud, and deployment specialists - Kubernetes, Terraform, AWS, Azure, GCP, and SRE

Claude Code

by VoltAgent CommunityMIT24.2kupdated 1 week ago

Source

git clone https://github.com/VoltAgent/awesome-claude-code-subagents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/03-infrastructure/ inside the repository.

Layout

categories/03-infrastructure/
└── .claude-plugin/plugin.json

Manifests1

categories/03-infrastructure/.claude-plugin/plugin.json
{
  "name": "voltagent-infra",
  "version": "1.0.1",
  "description": "DevOps, cloud, and deployment specialists - Kubernetes, Terraform, AWS, Azure, GCP, and SRE",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./azure-infra-engineer.md",
    "./cloud-architect.md",
    "./database-administrator.md",
    "./docker-expert.md",
    "./deployment-engineer.md",
    "./devops-engineer.md",
    "./devops-incident-responder.md",
    "./incident-responder.md",
    "./kubernetes-specialist.md",
    "./network-engineer.md",
    "./platform-engineer.md",
    "./security-engineer.md",
    "./sre-engineer.md",
    "./terraform-engineer.md",
    "./terragrunt-expert.md",
    "./windows-infra-admin.md"
  ]
}