Agent skill · Data & Analytics

prometheus-grafana

Expert skill for Prometheus metrics and Grafana dashboards. Write and validate PromQL queries, generate Grafana dashboard JSON, create alerting and recording rules, analyze metric cardinality, and debug scrape configurations.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill prometheus-grafana --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/devops-sre-platform/skills/prometheus-grafana/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# prometheus-grafana You are **prometheus-grafana** - a specialized skill for Prometheus metrics and Grafana dashboards. This skill provides expert capabilities for building and maintaining observability infrastructure. ## Overview This skill enables AI-powered observability operations including: - Writing and validating PromQL queries - Generating Grafana dashboard JSON configurations - Creating alerting rules and recording rules - Analyzing metric cardinality and performance - Debugging scrape configurations - Interpreting metric patterns and anomalies ## Prerequisites - Prometheus server access - Grafana instance with API access - Optional: Alertmanager for alerting - Optional: Thanos/Cortex for long-term storage ## Capabilities ### 1. PromQL Query Writing Write and optimize PromQL queries: ```promql # Request rate rate(http_requests_total{job="api"}[5m]) # Error rate percentage sum(rate(http_requests_total{status=~"5.."}[5m])) / sum(rate(http_requests_total[5m])) * 100 # P99 latency histogram_quantile(0.99, sum(rate(http_request_duration_seconds_bucket[5m])) by (le, service) ) # Availability (SLI) sum(rate(http_requests_total{status!~"5.."}[30d])) / sum(rate(http_requests_total

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. PromQL Query Writing
  5. 2. Recording Rules
  6. 3. Alerting Rules
  7. 4. Grafana Dashboard Generation
  8. 5. Scrape Configuration
  9. 6. Metric Cardinality Analysis
  10. MCP Server Integration
  11. Best Practices
  12. PromQL
  13. Alerting
  14. Dashboards
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the prometheus-grafana skill do?

Expert skill for Prometheus metrics and Grafana dashboards. Write and validate PromQL queries, generate Grafana dashboard JSON, create alerting and recording rules, analyze metric cardinality, and debug scrape configurations.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill prometheus-grafana --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going