What problem does it solve? Manually recreating existing Grafana dashboards as code is tedious and error-prone. This Skill reverse-engineers live dashboards from a Grafana instance and generates Go builder code, enabling dashboard-as-code workflows without rewriting panels by hand. ## Core Features & Use Cases - Bulk or Targeted Import: Import all dashboards, a single dashboard by UID, or multiple resource types (dashboards and folders) into a chosen output directory. - Version-Aware Conversion: Detects the dashboard API version (v0alpha1, v1beta1, v2beta1) and runs the matching converter to produce grafana-foundation-sdk builder code. - Import-Edit-Push Workflow: Review and refine the generated Go code, then push changes back to Grafana with gcx resources push. - Use Case: A platform team adopting infrastructure-as-code imports their production Grafana dashboards, commits the generated Go files to version control, and manages future dashboard changes through code review. ## Quick Start Import all dashboards from my connected Grafana instance into Go code under the imported directory using gcx dev import.