jeremy-vertex-engine
v2.31.0Vertex AI Agent Engine deployment inspector and runtime validator
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-engine/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/vertex-engine-inspector/SKILL.md
Skills1
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".
Manifests1
{
"name": "jeremy-vertex-engine",
"version": "2.31.0",
"description": "Vertex AI Agent Engine deployment inspector and runtime validator",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"vertex-ai",
"agent-engine",
"runtime-inspector",
"agent-monitoring",
"compliance",
"production-validation",
"gemini"
]
}