jeremy-vertex-ai
v2.2.0Comprehensive Vertex AI integration plugin for building generative AI agents with Gemini, Vertex AI Studio, and production deployment on Google Cloud
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/ai-ml/jeremy-vertex-ai/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/vertex-agent-builder/SKILL.md
Skills1
Build and deploy generative AI agents on Vertex AI: Gemini model selection, RAG with grounded retrieval, function calling, multimodal extraction, evaluation, and Agent Engine deployment with operational guardrails (logs, alerts, cost controls). Use when designing, deploying, or operating Vertex AI agents on Google Cloud. Trigger with "build a Vertex agent", "deploy to Agent Engine", or "wire up RAG on Vertex AI".
Manifests1
{
"name": "jeremy-vertex-ai",
"version": "2.2.0",
"description": "Comprehensive Vertex AI integration plugin for building generative AI agents with Gemini, Vertex AI Studio, and production deployment on Google Cloud",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@claudecodeplugins.io",
"url": "https://github.com/jeremylongshore"
},
"repository": "https://github.com/jeremylongshore/jeremy-vertex-ai",
"license": "MIT",
"keywords": [
"vertex-ai",
"google-cloud",
"gemini",
"generative-ai",
"agent-builder",
"ai-studio",
"mlops",
"llm",
"embedding",
"rag",
"vector-search",
"cloud-run",
"gcp"
]
}