← All plugins
jeremy-adk-terraform
v2.22.0Terraform infrastructure as code for ADK and Vertex AI Agent Engine deployments
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/jeremy-adk-terraform/ inside the repository.
Layout
plugins/devops/jeremy-adk-terraform/
├── .claude-plugin/plugin.json└── skills/adk-infra-expert/SKILL.md
Skills1
adk-infra-expertskills/adk-infra-expert/SKILL.md
Execute use when provisioning Vertex AI ADK infrastructure with Terraform. Trigger with phrases like "deploy ADK terraform", "agent engine infrastructure", "provision ADK agent", "vertex AI agent terraform", or "code execution sandbox terraform". Provisions Agent Engine runtime, 14-day code execution sandbox, Memory Bank, VPC Service Controls, IAM roles, and secure multi-agent infrastructure.
Manifests1
plugins/devops/jeremy-adk-terraform/.claude-plugin/plugin.json
{
"name": "jeremy-adk-terraform",
"version": "2.22.0",
"description": "Terraform infrastructure as code for ADK and Vertex AI Agent Engine deployments",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"terraform",
"adk",
"agent-engine",
"vertex-ai",
"infrastructure",
"iac",
"vpc-sc",
"security"
]
}