Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aj-geddes avatar

Infrastructure Monitoring

  • 416 installs
  • 305 repo stars
  • Updated March 4, 2026
  • aj-geddes/useful-ai-prompts

infrastructure-monitoring is an agent skill from useful-ai-prompts that guides developers through standing up infrastructure observability with health checks, metric collection, dashboards, and on-call alerts across host

About

infrastructure-monitoring in aj-geddes/useful-ai-prompts walks developers through designing and deploying an observability stack for production infrastructure. The skill covers health check endpoints, metric collection pipelines, dashboard layout for hosts and containers, and on-call alert routing across cloud services. Agents use it to structure conversations about Prometheus-style metrics, uptime probes, log aggregation touchpoints, and escalation paths when services degrade. Developers reach for infrastructure-monitoring when a new deployment lacks visibility, when on-call is flying blind during incidents, or when container and VM fleets need unified monitoring before scaling traffic. The prompt-driven workflow helps translate vague "we need monitoring" requests into concrete check definitions, dashboard panels, and alert thresholds tied to real infrastructure tiers. Triggers include observability setup, health check design, metric dashboards, on-call runbooks, and cloud host monitoring for SaaS and API backends.

  • Health check design
  • Actionable alert thresholds
  • Capacity metrics
  • On-call dashboards
  • Incident signal taxonomy

Infrastructure Monitoring by the numbers

  • 416 all-time installs (skills.sh)
  • Ranked #286 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill infrastructure-monitoring

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs416
repo stars305
Last updatedMarch 4, 2026
Repositoryaj-geddes/useful-ai-prompts

How do you set up infrastructure monitoring and on-call alerts?

Stand up infrastructure observability with health checks, metric collection, dashboards, and on-call alerts across hosts, containers, and cloud services.

Who is it for?

Developers and platform engineers who need a structured observability rollout across mixed host, container, and cloud infrastructure before or during production operations.

Skip if: Teams that already run a fully configured observability platform and only need application-level APM tuning without infrastructure setup guidance.

When should I use this skill?

User asks to set up infrastructure monitoring, health checks, metric dashboards, on-call alerts, or observability across hosts, containers, or cloud services.

What you get

Health check definitions, metric collection plan, dashboard specifications, and on-call alert routing for hosts, containers, and cloud tiers.

  • Health check specifications
  • Dashboard plan
  • On-call alert rules

Files

SKILL.mdMarkdownGitHub ↗

Infrastructure Monitoring

Table of Contents

Overview

Implement comprehensive infrastructure monitoring to track system health, performance metrics, and resource utilization with alerting and visualization across your entire stack.

When to Use

  • Real-time performance monitoring
  • Capacity planning and trends
  • Incident detection and alerting
  • Service health tracking
  • Resource utilization analysis
  • Performance troubleshooting
  • Compliance and audit trails
  • Historical data analysis

Quick Start

Minimal working example:

# prometheus.yml
global:
  scrape_interval: 15s
  evaluation_interval: 15s
  external_labels:
    monitor: "infrastructure-monitor"
    environment: "production"

# Alertmanager configuration
alerting:
  alertmanagers:
    - static_configs:
        - targets:
            - localhost:9093

# Rule files
rule_files:
  - "alerts.yml"
  - "rules.yml"

scrape_configs:
  # Prometheus itself
  - job_name: "prometheus"
    static_configs:
      - targets: ["localhost:9090"]
// ... (see reference guides for full implementation)

Reference Guides

Detailed implementations in the references/ directory:

GuideContents
Prometheus ConfigurationPrometheus Configuration
Alert RulesAlert Rules
Alertmanager ConfigurationAlertmanager Configuration
Grafana DashboardGrafana Dashboard
Monitoring DeploymentMonitoring Deployment

Best Practices

✅ DO

  • Follow established patterns and conventions
  • Write clean, maintainable code
  • Add appropriate documentation
  • Test thoroughly before deploying

❌ DON'T

  • Skip testing or validation
  • Ignore error handling
  • Hard-code configuration values

Related skills

How it compares

Pick infrastructure-monitoring for greenfield observability planning; pick application APM or error-tracking skills when the stack is instrumented and only code-level traces need tuning.

FAQ

What does infrastructure-monitoring cover?

infrastructure-monitoring guides health check design, metric collection, dashboard creation, and on-call alert configuration across hosts, containers, and cloud services so production infrastructure gains unified observability.

When should developers use infrastructure-monitoring?

infrastructure-monitoring fits new deployments lacking visibility, container fleets without unified metrics, or teams preparing on-call coverage before scaling traffic on SaaS or API backends.

DevOps & CI/CDmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.