agent-platform-alert-configuration
Editor's pickConfigures best-practice alerting policies for Google Cloud Vertex AI / Agent Platform agents on Agent Runtime. Use when analyzing, writing, or deploying alerting policies to monitor agent latency, error rates, and quality metrics (response quality, tool use, hallucination). Also use when provisioning online monitors for quality evaluation, or analyzing live metrics traffic footprints. NOTE: This skill currently only works for the Agent Runtime. Don't use for configuring general GCP alert polici
- Type
- skill
- GitHub stars
- ★ 6.5K
- Repository
- google/skills
- Category
- devops
Install
1Quick install (skills CLI)
npx skills add google/skills --skill agent-platform-alert-configuration --agent claude-codeInstalls agent-platform-alert-configuration into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.