plugins marketplace
← All plugins

jeremy-vertex-ai

v2.2.0

Comprehensive Vertex AI integration plugin for building generative AI agents with Gemini, Vertex AI Studio, and production deployment on Google Cloud

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone 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

plugins/ai-ml/jeremy-vertex-ai/
├── .claude-plugin/plugin.json
└── skills/vertex-agent-builder/SKILL.md

Skills1

vertex-agent-builderskills/vertex-agent-builder/SKILL.md

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

plugins/ai-ml/jeremy-vertex-ai/.claude-plugin/plugin.json
{
  "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"
  ]
}