plugins marketplace
← All plugins

jeremy-vertex-validator

v2.22.0

Production readiness validator for Vertex AI deployments and configurations

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

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

Clone 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

plugins/ai-ml/jeremy-vertex-validator/
├── .claude-plugin/plugin.json
└── skills/validator-expert/SKILL.md

Skills1

validator-expertskills/validator-expert/SKILL.md

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

plugins/ai-ml/jeremy-vertex-validator/.claude-plugin/plugin.json
{
  "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"
  ]
}