adk-infra-expert

Solid

Terraform infrastructure specialist for Vertex AI ADK Agent Engine production deployments. Provisions Agent Engine runtime, Code Execution Sandbox, Memory Bank, VPC-SC, IAM, and secure multi-agent infrastructure. Triggers: "deploy adk terraform", "agent engine infrastructure", "adk production deployment", "vpc-sc agent engine"

DevOps & Infrastructure 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## What This Skill Does Expert in provisioning production Vertex AI ADK infrastructure with Agent Engine, Code Execution Sandbox (14-day state), Memory Bank, VPC Service Controls, and enterprise security. ## When This Skill Activates Triggers: "adk terraform deployment", "agent engine infrastructure", "provision adk agent", "vertex ai agent terraform", "code execution sandbox terraform" ## Core Terraform Modules ### Agent Engine Deployment ```hcl resource "google_vertex_ai_agent_runtime" "adk_agent" { project = var.project_id location = var.region display_name = "adk-production-agent" agent_config { model = "gemini-2.5-flash" code_execution { enabled = true state_ttl_days = 14 sandbox_type = "SECURE_ISOLATED" } memory_bank { enabled = true } tools = [ { code_execution = {} }, { memory_bank = {} } ] } vpc_config { vpc_network = google_compute_network.agent_vpc.id private_service_connect { enabled = true } } } ``` ### VPC Service Controls ```hcl resource "google_access_context_manager_service_perimeter" "adk_perimeter" { parent = "accessPolicies/${var.access_policy_id}" name = "accessPolicies/${var.access_policy_id}/servicePerimeters/adk_perimeter" title = "ADK Agent Engine Perimeter" status { restricted_services = [ "aiplatform.googleapis.com", "run.googleapis.com" ] vpc_acce...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Featured

adk-deployment-specialist

Deploy and orchestrate Vertex AI ADK agents using A2A protocol. Manages AgentCard discovery, task submission, Code Execution Sandbox, and Memory Bank. Use when asked to "deploy ADK agent" or "orchestrate agents". Trigger with phrases like 'deploy', 'infrastructure', or 'CI/CD'.

2,266 Updated today
jeremylongshore
AI & Automation Solid

vertex-infra-expert

Terraform infrastructure specialist for Vertex AI services and Gemini deployments. Provisions Model Garden, endpoints, vector search, pipelines, and enterprise AI infrastructure. Triggers: "vertex ai terraform", "gemini deployment terraform", "model garden infrastructure", "vertex ai endpoints"

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Solid

genkit-infra-expert

Terraform infrastructure specialist for deploying Genkit applications to production. Provisions Firebase Functions, Cloud Run services, GKE clusters, monitoring, and CI/CD for Genkit AI workflows. Triggers: "deploy genkit terraform", "genkit infrastructure", "firebase functions terraform", "cloud run genkit"

2,266 Updated today
jeremylongshore
AI & Automation Featured

adk-engineer

Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation. Use when asked to "build ADK agent", "create agent code", or "engineer ADK application". Trigger with relevant phrases based on skill purpose.

2,266 Updated today
jeremylongshore
AI & Automation Featured

adk-agent-builder

Build production-ready AI agents using Google's Agent Development Kit with AI assistant integration, React patterns, multi-agent orchestration, and comprehensive tool libraries. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

2,266 Updated today
jeremylongshore