MCP HubMCP Hub
スキル一覧に戻る

validator-expert

jeremylongshore
更新日 Today
42 閲覧
712
74
712
GitHubで表示
メタai

について

このスキルは、Vertex AI Agent Engineのデプロイメントを、セキュリティ、監視、パフォーマンス、コンプライアンスの観点から本番環境対応として検証します。実行可能な推奨事項とともに加重スコア(0〜100%)を生成し、「デプロイメントを検証する」または「本番環境対応を確認する」と依頼された際に起動します。包括的なデプロイ前監査とベストプラクティスチェックにご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/validator-expert

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: plugins/ai-ml/jeremy-vertex-validator/skills/validator-expert
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る