jeremy-vertex-validator
v2.22.0Production readiness validator for Vertex AI deployments and configurations
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/jeremy-vertex-validator/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/validator-expert/SKILL.md
Skills1
Validate production readiness of Vertex AI Agent Engine deployments across security, monitoring, performance, compliance, and best practices. Generates weighted scores (0-100%) with actionable remediation plans. Use when asked to validate a deployment, run a production readiness check, audit security posture, or verify compliance for Vertex AI agents. Trigger with "validate deployment", "production readiness", "security audit", "compliance check", "is this agent ready for prod", "check my ADK agent", "review before deploy", or "production readiness check". Make sure to use this skill whenever validating ADK agents for Agent Engine.
Manifests1
{
"name": "jeremy-vertex-validator",
"version": "2.22.0",
"description": "Production readiness validator for Vertex AI deployments and configurations",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"vertex-ai",
"validation",
"production-readiness",
"security",
"compliance",
"monitoring",
"best-practices"
]
}