vertex-agent-builder

Featured

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. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/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

# Vertex AI Agent Builder Build and deploy production-ready agents on Vertex AI with Gemini models, retrieval (RAG), function calling, and operational guardrails (validation, monitoring, cost controls). ## Overview - Produces an agent scaffold aligned with Vertex AI Agent Engine deployment patterns. - Helps choose models/regions, design tool/function interfaces, and wire up retrieval. - Includes an evaluation + smoke-test checklist so deployments don’t regress. ## Prerequisites - Google Cloud project with Vertex AI API enabled - Permissions to deploy/operate Agent Engine runtimes (or a local-only build target) - If using RAG: a document source (GCS/BigQuery/Firestore/etc) and an embeddings/index strategy - Secrets handled via env vars or Secret Manager (never committed) ## Instructions 1. Clarify the agent’s job (user intents, inputs/outputs, latency and cost constraints). 2. Choose model + region and define tool/function interfaces (schemas, error contracts). 3. Implement retrieval (if needed): chunking, embeddings, index, and a “citation-first” response format. 4. Add evaluation: golden prompts, offline checks, and a minimal online smoke test. 5. Deploy (optional): provide the exact deployment command/config and verify endpoints + permissions. 6. Add ops: logs/metrics, alerting, quota/cost guardrails, and rollback steps. ## Output - A Vertex AI agent scaffold (code/config) with clear extension points - A retrieval plan (when applicable) and a validation/evaluation ...

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

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
AI & Automation Featured

vertex-engine-inspector

Inspect and validate Vertex AI Agent Engine deployments including Code Execution Sandbox, Memory Bank, A2A protocol compliance, and security posture. Generates production readiness scores. Use when asked to inspect, validate, or audit an Agent Engine deployment. Trigger with "inspect agent engine", "validate agent engine deployment", "check agent engine config", "audit agent engine security", "agent engine readiness check", "vertex engine health", or "reasoning engine status".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firebase-vertex-ai

Execute firebase platform expert with Vertex AI Gemini integration for Authentication, Firestore, Storage, Functions, Hosting, and AI-powered features. Use when asked to "setup firebase", "deploy to firebase", or "integrate vertex ai with firebase". Trigger with relevant phrases based on skill purpose.

2,266 Updated today
jeremylongshore
AI & Automation Listed

agent-builder

Build, implement, review, or harden a SINGLE production-grade agent — its contract, schemas, tools and permission tiers, durable state, guardrails, traces, and evals. Use when the user wants to create one agent (not a multi-agent product), implement an agent runner, add tools/memory/evals to an existing agent, or review whether one agent is production-ready. For multi-agent products, orchestration, or framework selection, use the agentic-product-architect skill instead. The full operational standard this skill applies is AGENT_STANDARD.md at the repo root; copy-paste artifacts are in templates/.

0 Updated today
AlexDuchDev
AI & Automation Solid

agent-builder

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration

63,731 Updated today
shareAI-lab