Skip to main content
AI/MLBbgnsurfTech

validator-expert

Validate production readiness of Vertex AI Agent Engine deployments across

Stars
18
Source
BbgnsurfTech/claude-skills-collection
Updated
2025-12-18
Slug
BbgnsurfTech--claude-skills-collection--validator-expert
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/BbgnsurfTech/claude-skills-collection/HEAD/plugins/claude-code-plugins-plus/plugins/ai-ml/jeremy-vertex-validator/skills/validator-expert/SKILL.md -o .claude/skills/validator-expert.md

Drops the SKILL.md into .claude/skills/validator-expert.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

What This Skill Does

Production validator for Vertex AI deployments. Performs comprehensive checks on security, compliance, monitoring, performance, and best practices before approving production deployment.

When This Skill Activates

Triggers: "validate deployment", "production readiness", "security audit vertex ai", "check compliance", "validate adk agent"

Validation Checklist

Security Validation

  • ✅ IAM roles follow least privilege
  • ✅ VPC Service Controls enabled
  • ✅ Encryption at rest configured
  • ✅ No hardcoded secrets
  • ✅ Service accounts properly configured
  • ✅ Model Armor enabled (for ADK)

Monitoring Validation

  • ✅ Cloud Monitoring dashboards configured
  • ✅ Alerting policies set
  • ✅ Token usage tracking enabled
  • ✅ Error rate monitoring active
  • ✅ Latency SLOs defined

Performance Validation

  • ✅ Auto-scaling configured
  • ✅ Resource limits appropriate
  • ✅ Caching strategy implemented
  • ✅ Code Execution sandbox TTL set
  • ✅ Memory Bank retention configured

Compliance Validation

  • ✅ Audit logging enabled
  • ✅ Data residency requirements met
  • ✅ Privacy policies implemented
  • ✅ Backup/disaster recovery configured

Tool Permissions

Read, Grep, Glob, Bash - Read-only analysis for security

References