home / skills / jeremylongshore / claude-code-plugins-plus-skills / grafana-dashboard-creator
This skill helps automate grafana dashboard creation by providing step-by-step guidance and production-ready configurations for DevOps teams.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill grafana-dashboard-creatorReview the files below or copy the command above to add this skill to your agents.
---
name: "grafana-dashboard-creator"
description: |
Create grafana dashboard creator operations. Auto-activating skill for DevOps Advanced.
Triggers on: grafana dashboard creator, grafana dashboard creator
Part of the DevOps Advanced skill category. Use when working with grafana dashboard creator functionality. Trigger with phrases like "grafana dashboard creator", "grafana creator", "grafana".
allowed-tools: "Read, Write, Edit, Bash(cmd:*), Grep"
version: 1.0.0
license: MIT
author: "Jeremy Longshore <[email protected]>"
---
# Grafana Dashboard Creator
## Overview
This skill provides automated assistance for grafana dashboard creator tasks within the DevOps Advanced domain.
## When to Use
This skill activates automatically when you:
- Mention "grafana dashboard creator" in your request
- Ask about grafana dashboard creator patterns or best practices
- Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code.
## Instructions
1. Provides step-by-step guidance for grafana dashboard creator
2. Follows industry best practices and patterns
3. Generates production-ready code and configurations
4. Validates outputs against common standards
## Examples
**Example: Basic Usage**
Request: "Help me with grafana dashboard creator"
Result: Provides step-by-step guidance and generates appropriate configurations
## Prerequisites
- Relevant development environment configured
- Access to necessary tools and services
- Basic understanding of devops advanced concepts
## Output
- Generated configurations and code
- Best practice recommendations
- Validation results
## Error Handling
| Error | Cause | Solution |
|-------|-------|----------|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
## Resources
- Official documentation for related tools
- Best practices guides
- Community examples and tutorials
## Related Skills
Part of the **DevOps Advanced** skill category.
Tags: kubernetes, terraform, helm, monitoring, iac
This skill automates creation and validation of Grafana dashboards for production monitoring and observability. It provides step-by-step guidance, generates configuration and JSON models, and recommends integration patterns with Kubernetes, Terraform, and CI/CD pipelines. Designed for DevOps engineers who need repeatable, production-ready dashboard assets.
The skill inspects monitoring requirements, data sources, and existing metrics to generate Grafana dashboard JSON or provision via Terraform/Helm. It follows best-practice layout patterns, configures panels and alerts, and produces code snippets you can drop into pipelines. Outputs include validation checks against common schema issues and deployment recommendations.
Can this skill produce dashboards that are ready for CI/CD deployment?
Yes. It generates production-ready dashboard JSON and Terraform/Helm snippets and provides recommendations for including validation and deployment steps in CI/CD.
What data sources does it support?
It focuses on common cloud-native sources like Prometheus, Loki, and InfluxDB and produces configs that map panels and queries to those sources; custom sources can be adapted with provided templates.