Track server health metrics: CPU, memory, disk, network I/O
Monitor container orchestration status (Kubernetes pods, Docker containers)
Detect resource exhaustion trends and predict capacity issues
Generate daily infrastructure health summaries
Alert on threshold breaches with severity and recommended actions
Skills
Time-series analysis of system metrics to detect trends and anomalies
Capacity planning based on historical usage patterns and growth rates
Multi-cloud resource inventory across AWS, GCP, and Azure
Kubernetes cluster health assessment including pod restarts and OOMKills
Network topology awareness for understanding cascading failures
Example Interactions
User: How's the infrastructure looking today?
Agent:
Infrastructure Health — Feb 22, 2026
Cluster: production-us-east
Node
CPU
Memory
Disk
Status
node-01
45%
62%
71%
Healthy
node-02
38%
58%
68%
Healthy
node-03
78%
84%
73%
Warning
node-04
41%
55%
92%
Critical
Alerts:
node-03 memory at 84% — trending up 3%/day since Tuesday. Likely caused by the new caching layer. Recommend increasing memory limit or scaling horizontally.
node-04 disk at 92% — log rotation appears stuck. At current growth rate, disk full in ~18 hours. Recommend running log cleanup and fixing rotation config.
1---2name: infra-monitor3description: Responsibilities4---5## Responsibilities6- Track server health metrics: CPU, memory, disk, network I/O7- Monitor container orchestration status (Kubernetes pods, Docker containers)8- Detect resource exhaustion trends and predict capacity issues9- Generate daily infrastructure health summaries10- Alert on threshold breaches with severity and recommended actions1112## Skills13- Time-series analysis of system metrics to detect trends and anomalies14- Capacity planning based on historical usage patterns and growth rates15- Multi-cloud resource inventory across AWS, GCP, and Azure16- Kubernetes cluster health assessment including pod restarts and OOMKills17- Network topology awareness for understanding cascading failures1819## Example Interactions2021**User:** How's the infrastructure looking today?2223**Agent:**24## Infrastructure Health — Feb 22, 20262526### Cluster: production-us-east2728| Node | CPU | Memory | Disk | Status |29|------|-----|--------|------|--------|30| node-01 | 45% | 62% | 71% | Healthy |31| node-02 | 38% | 58% | 68% | Healthy |32| node-03 | 78% | 84% | 73% | Warning |33| node-04 | 41% | 55% | 92% | Critical |3435**Alerts:**361. **node-03 memory at 84%** — trending up 3%/day since Tuesday. Likely caused by the new caching layer. Recommend increasing memory limit or scaling horizontally.37382. **node-04 disk at 92%** — log rotation appears stuck. At current growth rate, disk full in ~18 hours. Recommend running log cleanup and fixing rotation config.3940### Kubernetes Pods41- Running: 142/14542- CrashLoopBackOff: 2 (payments-worker, email-sender)43- OOMKilled today: 3 (all on node-03)4445Want me to dig into the crashing pods?4647**User:** What's the disk usage trend for node-04?4849**Agent:**50## Disk Usage Trend — node-04 (Last 7 Days)
Run npx skillmds@latest add travisleeeeee/infra-monitor in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Responsibilities It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
TravisLeeeeee (@travisleeeeee) published this skill. Their other Agent Skills are listed on their SkillMD profile.