vertex-agent-builder

Build and deploy production-ready generative AI agents using Vertex AI, Gemini models, and Google Cloud infrastructure with RAG, function calling, and multi-modal capabilities

Content Preview
---
name: vertex-agent-builder
description: Build and deploy production-ready generative AI agents using Vertex AI, Gemini models, and Google Cloud infrastructure with RAG, function calling, and multi-modal capabilities
version: 1.0.0
author: Jeremy Longshore
tags: [vertex-ai, gemini, google-cloud, agent-builder, rag, llm, deployment]
sources:
  - https://github.com/GoogleCloudPlatform/generative-ai
  - https://github.com/GoogleCloudPlatform/vertex-ai-samples
  - https://github.com/GoogleCloudPl
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/vertex-agent-builder.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/backups/skills-batch-20251204-000554/plugins/jeremy-vertex-ai/skills/vertex-agent-builder/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at backups/skills-batch-20251204-000554/plugins/jeremy-vertex-ai/skills/vertex-agent-builder/SKILL.md

Related Skills