Grafana Plugin Scaffolding Skill Automate Grafana plugin project creation using the official scaffolder. This skill handles project scaffolding, development environment setup, and initial configuration for all plugin types. Supported Grafana Version: v12.x+ only Instructions Step 1: Verify Prerequisites Before scaffolding, verify these tools are installed: If prerequisites are missing, guide the user to install them: - Node.js: https://nodejs.org/ - Docker Desktop: https://www.docker.com/products/docker-desktop/ Step 2: Scaffold the Plugin Use the official tool: Step 3: Navigate and Install D…