ring:creating-grafana-dashboards

ring:creating-grafana-dashboards is a skill for Claude Code, Codex from LerianStudio/ring. It costs 103 tokens per session (5,156 once invoked), scanned A, original, Apache-2.0.

A tool for creating Grafana dashboards for Go services that emit telemetry such as traces, metrics, and logs. Grafana is a system for displaying operational data in charts and panels.

In plain words
What is it for?
Use it to inventory telemetry, choose RED or USE monitoring panels, define service indicators and alerts, and generate dashboards as code.
Why use it?
It turns service telemetry into views that help teams monitor request rates, errors, latency, resource use, and alerts. This makes operational problems easier to observe during development and running services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to inventory telemetry, choose RED or USE monitoring panels, define service indicators and alerts, and generate dashboards as code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lerianstudio/ring/creating-grafana-dashboards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LerianStudio/ring --skill creating-grafana-dashboards
Clone the repo
git clone --depth 1 https://github.com/LerianStudio/ring

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ring:creating-grafana-dashboards

README.md
[![agentmods](https://agentmods.dev/badge/skills/lerianstudio/ring/creating-grafana-dashboards/github.svg)](https://agentmods.dev/skills/lerianstudio/ring/creating-grafana-dashboards)
Your own site
<a href="https://agentmods.dev/skills/lerianstudio/ring/creating-grafana-dashboards"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/creating-grafana-dashboards/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ring:creating-grafana-dashboards

Your own site · 80×15
<a href="https://agentmods.dev/skills/lerianstudio/ring/creating-grafana-dashboards"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/creating-grafana-dashboards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.05156
Opus 5 $0.00051 $0.02578
Sonnet 5 $0.00021 $0.01031
Haiku 4.5 $0.00010 $0.00516

Measured 6d ago against content hash b32167917df4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ring:creating-grafana-dashboards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

pm-team/skills/creating-grafana-dashboards/SKILL.md · 418 lines

How it starts

The opening of the file, as written. The whole thing — 418 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Creating Grafana Dashboards (lib-observability, PM-team)

When to use

Sweep mode:

  • "Create / scaffold Grafana dashboards for this service"
  • "Inventory telemetry / build telemetry dictionary"
  • "Audit observability before designing dashboards"
  • "Produce dashboards as code for {service}"
  • "PM wants visibility into {domain} — what dashboards do we need?"

Reference mode:

  • "What's the right panel for HTTP request latency?"
  • "RED vs USE methodology for this metric type?"
  • "How do I compose Grafonnet panels?"
  • "Which Grafonnet template fits a counter / histogram / gauge?"

Skip when

  • Service is not a Go project (lib-observability is Go-only at this skill's scope)
  • Service emits no telemetry (pre-instrumentation; instrument the service before dashboard authoring, then use ring:implementing-tasks to verify observability checks pass)
  • Task is purely Grafana folder organization or dashboard import (no authoring)
  • Service is consumer-only sidecar with no metrics surface

Sequence

Runs before: ring:running-dev-cycle, ring:running-dev-cycle-frontend

Complementary: ring:implementing-tasks, ring:codebase-explorer, ring:mapping-streaming-events, ring:using-lib-observability, ring:using-tracing Similar: ring:using-runtime, ring:using-assert

Prerequisites

  • Go service with lib-observability initialized in bootstrap (tracing.NewTelemetry, metrics.NewFactory, zap.NewLogger)
  • At least one metric, span, or structured log emission point present
  • docs/ directory writable
  • Grafonnet toolchain available in CI (jsonnet + grafonnet-lib) — installer instructions in ci-drift-check.md

Orchestrates a 3-phase, 8-gate workflow to produce Grafana dashboards grounded in real telemetry. You orchestrate. Agents explore. PM iterates. You NEVER read, write, or edit source code directly during the sweep.

Announce at start: "Using ring:creating-grafana-dashboards through 8 gates (0–7)."

Mode Selection

Request Shape Mode
"Create / scaffold dashboards" / "build telemetry dictionary" Sweep (run gates 0–7)
"Which panel for X?" / "RED vs USE?" / "Grafonnet template for Y?" Reference (load sub-files/reference.md)

Read the full file on GitHub · 418 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 418 lines · 103 tokens per session scan A b32167917df4

Subscribe to this mod's changes

ring:creating-grafana-dashboards is a skill published in the GitHub repository LerianStudio/ring (211 stars, last pushed 21d ago), licensed Apache-2.0. It adds 103 tokens to every session and 5,156 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

project-tooling

Standard CLI tools for project infrastructure management.

alinaqi/maggy · 18 tokens

memstack-deployment-domain-ssl

Use this skill when the user says 'setup domain', 'configure DNS', 'SSL certificate', 'domain-ssl', 'custom domain', 'HTTPS setup', or needs to configure DNS records, SSL certificates, and custom domains for any hosting provider. Do NOT use for full deployment workflows.

cwinvestments/memstack · 66 tokens

memstack-deployment-netlify-deploy

Use this skill when the user says 'deploy to Netlify', 'Netlify setup', 'netlify-deploy', or needs to deploy a static site or serverless functions to Netlify with build configuration and custom domains. Do NOT use for Railway, Vercel, or VPS deployments.

cwinvestments/memstack · 68 tokens

memstack-deployment-railway-deploy

Use this skill when the user says 'deploy to Railway', 'Railway setup', 'railway-deploy', or needs to deploy a Node.js, Python, or Docker application to Railway with environment variables, custom domains, and monitoring. Do NOT use for Netlify, Vercel, or Hetzner deployments.

cwinvestments/memstack · 75 tokens

deploying-infra

Validate infrastructure changes and, after explicit confirmation, apply Terraform, Helm, Kustomize, or Kubernetes deployments. Use when the user says "deploy", "deploy to staging", "terraform apply", "helm upgrade", "kubectl apply", "rollout", "deploy check", "validate deployment", or "validate infrastructure".…

alexei-led/cc-thingz · 107 tokens

web-security-check

Use this agent to validate the live deployed surface of a web application before production promotion.

samibs/skillfoundry · 21 tokens