What problem does it solve? Setting up a new Grafana plugin project involves many manual steps: running the official scaffolder, verifying prerequisites like Node.js and Docker, configuring plugin.json, and wiring up a local development environment. This Skill automates that entire bootstrap workflow for panel, data source, app, and backend plugins targeting Grafana v12.x+. ## Core Features & Use Cases - Automated Project Scaffolding: Wraps the official @grafana/create-plugin tool with prerequisite checks for Node.js v18+, npm, Docker, and Go. - Docker Dev Environment: Provides a docker-compose template with hot-reload via Docker Compose watch, plus a dev server script supporting start, stop, restart, logs, and status commands. - Plugin Configuration Templates: Ships ready-to-use plugin.json templates for panel, data source, app, and backend plugin types. - Use Case: A developer wants to build a custom data source plugin with a Go backend. The Skill verifies their toolchain, scaffolds the project, starts Grafana in Docker with unsigned plugin loading enabled, and points them to SDK patterns and E2E testing references. ## Quick Start Ask the assistant to scaffold a new Grafana panel plugin named my-panel for organization myorg and start the Docker development server.