Skills grafana-dashboards
📊

grafana-dashboards

Safe 🌐 Network access⚙️ External commands📁 Filesystem access

Build Grafana dashboards with proven patterns

Unstructured dashboards create noise and slow down incident response. This skill provides clear layouts, panel examples, and alert patterns for building effective monitoring dashboards that teams can act on immediately.

Supports: Claude Codex Code(CC)
📊 69 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "grafana-dashboards". Design an API monitoring dashboard for a production service

Expected outcome:

  • Layout hierarchy with top critical metrics, middle trends, and bottom detailed tables
  • Panels for request rate per second, error rate percentage, and P95 latency
  • Grafana variables for namespace and service to filter all panels dynamically
  • Alert configuration triggering when error rate exceeds 5 percent over 5 minutes

Using "grafana-dashboards". Create an infrastructure dashboard for Kubernetes clusters

Expected outcome:

  • Node-level CPU and memory utilization time series
  • Pod count and status by namespace
  • Disk I/O and network traffic by interface
  • Heatmap showing resource saturation patterns

Security Audit

Safe
v4 • 1/17/2026

This skill contains only documentation and JSON dashboard examples. No executable code, scripts, file access, network activity, or command execution is present. The content is purely instructional guidance for Grafana dashboard design. The static findings of cryptographic algorithms, backtick execution, and path traversal are all false positives - backticks are markdown code delimiters, path traversal patterns are PromQL regex, and no cryptographic code exists.

2
Files scanned
545
Lines analyzed
3
findings
4
Total audits
Audited by: claude View Audit History →

Quality Score

38
Architecture
100
Maintainability
85
Content
22
Community
100
Security
91
Spec Compliance

What You Can Build

Service health overview

Design an API monitoring dashboard with request rate, error rate, and latency panels

Infrastructure visibility

Create node and namespace dashboards for CPU, memory, disk, and network trends

Business KPI tracking

Build dashboards that correlate request volume with conversion and business metrics

Try These Prompts

Starter layout
Propose a simple dashboard layout for an API with request rate, error rate, and P95 latency panels
Add variables
Add Grafana query variables for namespace and service and show how to use them in PromQL queries
Alert pattern
Define a Grafana alert for error rate above 5 percent over five minutes, including evaluator and query parameters
Provisioning plan
Outline a provisioning approach using dashboards.yml and Terraform for a production Grafana folder

Best Practices

  • Start with a clear hierarchy from critical metrics to detailed analysis
  • Use consistent naming conventions and units across all panels
  • Test dashboards across multiple time ranges before production deployment

Avoid

  • Mixing unrelated metrics on a single panel
  • Using hardcoded labels instead of query variables
  • Setting alert thresholds without historical context or business alignment

Frequently Asked Questions

Is this compatible with Grafana and Prometheus?
Yes. Examples use Grafana dashboard JSON format and PromQL for Prometheus data sources.
Are there limits on dashboard size?
The skill sets no limits. Grafana performance depends on query load and panel count.
Can it integrate with Terraform or Ansible?
Yes. It includes example snippets for Terraform dashboard resources and Ansible copy tasks.
Does it access my data or credentials?
No. The skill is pure documentation and does not read files or make network calls.
My metric names differ from examples. What should I do?
Replace metric names and labels to match your environment and validate in Grafana Explore.
How is this different from community dashboards?
It focuses on reusable design principles so you can build custom dashboards from scratch.

Developer Details

File structure

📄 SKILL.md