grafana-dashboards

Create and manage production Grafana dashboards for real-time system metrics.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Mahaboob26/NEXUS-TRUSAI --skill grafana-dashboards-mahaboob26
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grafana-dashboards
Source: https://github.com/Mahaboob26/NEXUS-TRUSAI/tree/main/.agents/skills/grafana-dashboards
Command: npx skills add https://github.com/Mahaboob26/NEXUS-TRUSAI --skill grafana-dashboards-mahaboob26

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides production-grade Grafana dashboards to monitor and visualize system, infrastructure, and business metrics in real time, enabling faster issue detection and informed decision-making.

Core Features & Use Cases

  • Design, provision, and manage production Grafana dashboards for API, infrastructure, and database monitoring.
  • Apply common patterns such as API monitoring, infrastructure health, and application dashboards to keep teams aligned.
  • Use Case: A site reliability engineer imports the dashboards, connects Grafana to Prometheus, and gains a unified view of service latency, error rates, and resource utilization.

Quick Start

Install Grafana and connect to a Prometheus data source. Import the predefined dashboards from assets/api-dashboard.json, assets/infrastructure-dashboard.json, and assets/database-dashboard.json. Open the Grafana UI and verify that panels reflect real-time metrics.

Frequently Asked Questions about grafana-dashboards

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

FAQPage Schema
How do I create production Grafana dashboards for real-time system monitoring?▼

Grafana dashboard provisioning automates deployment using JSON definitions. You import dashboard JSON files as assets, allowing version control and consistent configuration of observability panels across cloud-native environments without manual UI creation.

Can I monitor API and infrastructure health using Grafana with Prometheus?▼

Yes, you can visualize API, infrastructure, and database metrics by importing predefined JSON dashboards into Grafana. Connect your Prometheus data source to populate panels with real-time observability data for cloud-native environments.

What JSON patterns should I use for Grafana dashboard design in cloud-native environments?▼

Use Grafana JSON definitions to provision standardized dashboards for API monitoring, infrastructure health, and application observability. These JSON patterns provide production-grade templates for real-time system visibility across cloud-native deployments.

Do I need Prometheus to use these production Grafana dashboards?▼

You need Prometheus connected as a Grafana data source to populate the predefined dashboards. The JSON definitions visualize API, infrastructure, and database metrics sourced from Prometheus for real-time observability.

What are the limitations of using JSON definitions for Grafana dashboard provisioning?▼

Using Grafana JSON definitions for provisioning requires manual import through the UI or API. Complex real-time visualizations depend on a properly configured backend like Prometheus to populate panels with live API, infrastructure, and database metrics.