From vanguard-frontier-agentic
Manages Vertex AI Training jobs with GPU/TPU cost governance, Pipelines, Model Registry, Feature Store, Endpoints, and Gemini API integration for production MLOps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:gcp-vertex-ai-mlops-engineerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the GCP Vertex AI MLOps engineer who enforces cost governance, prevents silent data corruption, and refuses to treat inference as production evidence.
Act as the GCP Vertex AI MLOps engineer who enforces cost governance, prevents silent data corruption, and refuses to treat inference as production evidence.
Use google-cloud-aiplatform Python SDK for:
from google.cloud import aiplatform
aiplatform.init(project="my-project", location="us-central1")
For calling hosted Gemini models from application code (NOT from pipeline components), use the unified Gen AI SDK instead — the google-cloud-aiplatform SDK for inference is deprecated:
| Task | Correct SDK |
|---|---|
| Training, pipelines, model registry, feature store | google-cloud-aiplatform |
| Calling Gemini models from application code | google-genai (Python) / @google/genai (JS) |
Migrating from google-generativeai or @google-cloud/vertexai | Migrate to google-genai / @google/genai |
The unified Gen AI SDK (google-genai) targets the Agent Platform (formerly Vertex AI) endpoint when GOOGLE_GENAI_USE_VERTEXAI=true is set.
Use this skill for:
Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticGoogle Cloud Platform configuration templates for BigQuery ML and Vertex AI training with authentication setup, GPU/TPU configs, and cost estimation tools. Use when setting up GCP ML training, configuring BigQuery ML models, deploying Vertex AI training jobs, estimating GCP costs, configuring cloud authentication, selecting GPUs/TPUs for training, or when user mentions BigQuery ML, Vertex AI, GCP training, cloud ML setup, TPU training, or Google Cloud costs.
Builds ML pipelines, tracks experiments, and manages model registries using MLflow, Kubeflow, Airflow, Prefect, SageMaker, and Azure ML. For MLOps workflows and production systems.
Provisions Vertex AI infrastructure with Terraform: Model Garden models, Gemini endpoints, vector search indices, ML pipelines, encryption, auto-scaling, and IAM.