grafana-dashboard

Create and customize Grafana dashboards with visualizations, templating, and alerting.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/saahilvasdev/obs-poc --skill grafana-dashboard-saahilvasdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-dashboard
Source: https://github.com/saahilvasdev/obs-poc/tree/main/.agents/skills/grafana-dashboard
Command: npx skills add https://github.com/saahilvasdev/obs-poc --skill grafana-dashboard-saahilvasdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Grafana dashboards help teams convert metric streams into actionable visuals, but building consistent dashboards with templating and alerting can be time-consuming and error-prone.

Core Features & Use Cases

  • Visualize time-series data from Prometheus and other sources
  • Template dashboards with variables and provisioning for consistent environments
  • Configure alerts and runbooks to automate incident response

Quick Start

Create a basic Grafana dashboard that displays a time-series metric for a service with a templated variable for the service name.

Frequently Asked Questions about grafana-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and customize Grafana dashboards for real-time monitoring?

Create and customize Grafana dashboards by defining dashboard JSON structures with visualizations, templating, and alerting rules. This approach enables real-time monitoring of time-series metrics across development and production environments.

Can I use Prometheus as a data source for Grafana dashboard visualization?

Yes, Prometheus is supported as a data source for Grafana dashboard visualization. You can query Prometheus time-series metrics directly and render them into actionable visual panels for service monitoring.

What is the best way to template Grafana dashboards for consistent environments?

The best way to template Grafana dashboards is by using variables and provisioning configurations. This ensures consistent dashboard deployments across multiple environments by dynamically applying templated variables like service names.

How do I configure alerts and runbooks in Grafana to automate incident response?

Configure alerts and runbooks in Grafana by defining alerting rules within your dashboard JSON definitions. This automates incident response by triggering notifications when monitoring metrics cross specified thresholds.

Does Grafana support programmatic dashboard management and provisioning?

Yes, Grafana supports programmatic dashboard management through a Grafana API client workflow and provisioning configurations. This allows you to automate the deployment and lifecycle management of dashboard JSON definitions.