Skip to content
Development
Skill

/monitor

Generate monitoring config — Prometheus alert rules, Grafana dashboard JSON, ServiceMonitor.

From plugin
agentic-awesome-kits
932 skills
Install
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill monitor --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/monitor

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate monitoring config — Prometheus alert rules, Grafana dashboard JSON, ServiceMonitor.

SKILL.md

monitor.SKILL.md
name: monitor
description: Generate monitoring config — Prometheus alert rules, Grafana dashboard JSON, ServiceMonitor.
user-invocable: true
argument-hint: "<app-name> [--alerts] [--dashboard] [--slo <target>]"

/monitor — Generate Monitoring Config

Input examples

/monitor container-api --alerts --dashboard
/monitor container-api --slo 99.9
/monitor --alerts entire namespace prod

Output

monitoring/
  {app}/
    prometheus-rules.yaml       ← Alert rules
    servicemonitor.yaml         ← Scrape config
    grafana-dashboard.json      ← Dashboard

Sample alert rules

  • **HighErrorRate**: error rate > 1% over 5 minutes
  • **HighLatency**: p99 > 1s over 5 minutes
  • **PodCrashLoop**: restarts > 3 times in 10 minutes
  • **HighMemory**: memory > 90% of limit
  • **HighCPU**: CPU > 80% of limit sustained for 10 minutes

Dashboard panels

  • Request rate (req/s)
  • Error rate (%)
  • Latency percentiles (p50, p95, p99)
  • CPU / Memory usage
  • Pod count (ready vs desired)

References

  • @.claude/rules/k8s-conventions.md
Ships withagentic-awesome-kits

Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).

Get the whole plugin
Stats
9
Stars
3
Forks
Maintained
Maintenance
Python
Language
1mo ago
Last commit
2mo ago
Created

Repo: KhaiTrang1995/agentic-awesome-kits

Other skills on agentic-awesome-kits.