GoogleCloudPlatformGoogleCloudPlatformOfficial·9 Agent Skills Included

vertex-ai-samples

Deploy, tune, and evaluate AI models on Google Cloud Vertex AI

Guides AI agents through deploying open models, running Gemini inference, and fine-tuning LLMs on Google Cloud Vertex AI. Eliminates guesswork around authentication, model IDs, regions, dataset formatting, and cost estimation. Includes ready-to-run scripts for evaluation, tuning jobs, and endpoint deployment so workflows complete faster with fewer errors.
npx skills add GoogleCloudPlatform/vertex-ai-samples --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vertex-ai-samples?

Run `npx skills add GoogleCloudPlatform/vertex-ai-samples --all -g -y` in your terminal to install all Vertex AI skills globally.

How to deploy open models on Vertex AI?

The vertex-deploy skill walks your agent through listing Model Garden models, estimating costs, and deploying to an endpoint with gcloud commands.

How to fine-tune Llama or Gemini on Vertex AI?

The vertex-tuning skill handles dataset formatting to JSONL, hyperparameter recommendations, job submission, and deployment of the tuned model.

How to evaluate a GenAI agent's quality?

The quality-flywheel skill creates evaluation datasets, picks the right metrics, runs evals, and suggests concrete fixes based on the results.

Do these skills work with Claude Code and Gemini CLI?

Yes. All skills follow the standard SKILL.md format and work in Claude Code, Gemini CLI, Antigravity, and other compatible AI coding tools.

Related Repositories in Software Engineering

View All in Software Engineering