plugins marketplace
← All plugins

jeremy-vertex-engine

v2.31.0

Vertex AI Agent Engine deployment inspector and runtime validator

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-engine/ inside the repository.

Layout

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

Skills1

vertex-engine-inspectorskills/vertex-engine-inspector/SKILL.md

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

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