
from pi_agent_rust799
Deploy and configure production-ready monitoring stacks (Prometheus, Grafana, Datadog) with collectors, dashboards, and alerting rules for Kubernetes, Docker, o
Automates guidance and example configs for deploying monitoring stacks including Prometheus, Grafana, and Datadog. Provides platform-specific instructions, collectors/exporters deployment patterns, scraping configuration, storage/retention guidance, dashboard templates, and alerting rules for production systems.
Use this skill when you need to provision observability for an application or cluster — e.g., set up Prometheus+Grafana on Kubernetes, install Datadog agents across hosts, create dashboards for key KPIs, or define alerting for SRE workflows. Triggers include deploying monitoring, configuring scraping, adding dashboards, or creating alert rules.
Likely compatible with CLI and code-oriented agents (Copilot/Codex/Claude Code) and MCP-style tool integrations that can run repo scripts for deployment and config generation.
Monitoring stack deployer skill with promising topic but entirely boilerplate implementation. All three scripts (deploy_prometheus.sh, deploy_grafana.sh, deploy_datadog_agent.sh) are identical Python files misnamed with .sh extensions, causing immediate bash syntax errors. They contain no actual monitoring deployment logic — just a generic file-copy Deployer class. SKILL.md has broken YAML frontmatter and provides only high-level steps without actionable detail.
Clearly AI-generated boilerplate skill from the pi_agent_rust test suite. No real functionality — the scripts copy files from source to target but contain zero monitoring-specific logic. The SKILL.md is a template with placeholder examples. Not malicious, just useless.