grafana

168 mods across 12 repositories, 4.6k stars between them.

promql

73

grafana/skills

Skill Claude CodeCodex

Write, validate, and optimize PromQL for Prometheus / Grafana Mimir / Grafana Cloud Metrics. Covers rate vs irate vs increase, label matchers and regex, sum / avg / topk / by / without aggregation, classic + native histogramquantile, ratios with divide-by-zero guards, absent / changes for staleness, time offsets and…

234 4d ago A 200 tokens original Apache-2.0

skill-authoring

74

grafana/skills

Skill Claude CodeCodex

Author, audit, and improve Grafana SKILL.md files against Anthropic's published Agent Skills guidance and the four-dimension rubric the grafana/skills CI gate uses (conciseness, actionability, workflow clarity, progressive disclosure). Applies the canonical SKILL.md structure (YAML frontmatter + body + references/ +…

234 4d ago A 212 tokens original Apache-2.0

grafana/skills

Skill Claude CodeCodex

Generate a copy-paste Grafana data source provisioning file (YAML or Terraform) for any plugin from its standardized settings schema on the plugins CDN. Use when the user wants to provision or configure a data source as code — e.g. "provision infinity", "datasource yaml for clickhouse", "terraform for the github…

234 4d ago A 91 tokens original Apache-2.0

grafana/skills

Skill Claude CodeCodex

Investigate a Grafana Cloud k6 test — describe the script, list run history, identify pass/fail status, pull raw metric time-series and log lines for one or more runs, and (if asked) safely edit the test script. Use when the user asks about a specific k6 cloud test or run, gives a /a/k6-app/tests/ or /a/k6-app/runs/…

234 4d ago A 215 tokens original Apache-2.0

k6-docs

77

grafana/skills

Skill Claude CodeCodex

Write or review k6 documentation across the three k6 repositories - k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes / changelog). Applies k6 doc style conventions, generates TypeScript type definitions, drafts release notes, and validates examples by running them against…

234 4d ago A 150 tokens original Apache-2.0

k6-manage

78

grafana/skills

Skill Claude CodeCodex

Interact with Grafana Cloud k6 (GCk6) — manage load tests, test runs, scripts, projects, schedules, env vars, fetch metrics or logs, and run scripts locally — using the gcx CLI (or direct curl when gcx is unavailable). Use this skill whenever the user mentions a k6 cloud test or run, asks to…

234 4d ago B 209 tokens original Apache-2.0

grafana/skills

Skill Claude CodeCodex

Use when the user wants to performance-test, load-test, or stress-test a public website end-to-end with k6. Produces a hybrid (protocol + browser) test suite, SLO-backed thresholds, a load-generator monitor sidecar, and a Grafana-side investigation playbook for backends the user owns. Triggers on "perf test my site"…

234 4d ago A 197 tokens original Apache-2.0

k6-test-maintenance

80

grafana/skills

Skill Claude CodeCodex

Maintain and improve existing k6 test scripts. Covers threshold tightening based on trend data, version migration between k6 releases, auto-fixing tests when the underlying service changes, refactoring for cleanliness, and auditing scripts against current best practices from docs. Use when the user asks to fix a…

234 4d ago A 206 tokens original Apache-2.0

k6-trend-analysis

81

grafana/skills

Skill Claude CodeCodex

Analyze Grafana Cloud k6 test run trends over time. Detects slow metric drift (e.g., P95 latency creeping up while still passing thresholds), computes headroom to thresholds, flags anomalies, and recommends threshold tightening. Use when the user asks about test performance trends, wants to know if metrics are…

234 4d ago A 174 tokens original Apache-2.0

k6

82

grafana/skills

Skill Claude CodeCodex

Generate, validate, and review k6 test scripts — load, stress, spike, soak, smoke, breakpoint, functional, and protocol. Covers HTTP, WebSocket, gRPC, browser, all executors, thresholds, checks, custom metrics, the k6-testing library, k6 Cloud execution, and the xk6 extension ecosystem; uses the xk6-docs CLI (with…

234 4d ago A 172 tokens original Apache-2.0

loki

83

grafana/skills

Skill Claude CodeCodex

Grafana Loki log aggregation and LogQL query language. Covers LogQL syntax (log queries, metric queries, label matchers, line filters, parsers: json/logfmt/pattern/regexp/unpack, label filters, lineformat), Loki architecture, log ingestion via Alloy/Promtail/Fluent Bit, structured metadata, and Logs Drilldown. Use…

234 4d ago A 92 tokens original Apache-2.0

mimir

84

grafana/skills

Skill Claude CodeCodex

Stand up Grafana Mimir for horizontally scalable, multi-tenant, long-term Prometheus + OTLP metrics storage. Covers monolithic / read-write / microservices deployment, S3 / GCS / Azure / filesystem block storage, Prometheus remotewrite and OTLP ingestion, multi-tenancy with X-Scope-OrgID, ingester replication factor…

234 4d ago A 203 tokens original Apache-2.0

profilecli-insights

85

grafana/skills

Skill Claude CodeCodex

Query live Pyroscope profiles with profilecli, analyze them with pprof, and correlate hot functions with checked-out source code. Use when the user asks to investigate a service with a configured Pyroscope server, profilecli, and pprof.

234 4d ago A 53 tokens original Apache-2.0

prometheus

86

grafana/skills

Skill Claude CodeCodex

Prometheus and Grafana Cloud Metrics overview including PromQL query language, Metrics Drilldown, alerting, recording rules, and integration patterns. Use when working with Prometheus, writing PromQL queries, configuring alerting, or discussing metrics architecture and best practices.

234 4d ago A 55 tokens original Apache-2.0

pyroscope

87

grafana/skills

Skill Claude CodeCodex

Continuously profile applications with Grafana Pyroscope and read the result as flame graphs. Covers three instrumentation paths — language SDK push (Go / Java / Python / Ruby / Node / .NET / Rust), Alloy eBPF auto-instrumentation (no code change, requires kernel 5.8+ with BTF), and SDK → Alloy receiver — plus…

234 4d ago A 194 tokens original Apache-2.0

tempo

88

grafana/skills

Skill Claude CodeCodex

Stand up Grafana Tempo as a cost-efficient distributed-tracing backend that only needs object storage, and write TraceQL queries against it. Covers OTLP + Jaeger + Zipkin ingestion, the distributor → live-store → block-builder → object-storage write path, metrics-generator for RED spanmetrics + service graphs, Helm…

234 4d ago A 226 tokens original Apache-2.0

grafana/skills

Skill Claude CodeCodex

Reduces JavaScript dependency footprint with pnpm while preserving lockfile, workspace layout, and dependency range style. Runs /check-npm first, then removes unused deps, dedupes versions, ranks transitive closure, and reports Keep/Replace/Remove triage. Use when cleaning up pnpm dependencies, reducing lockfile size…

234 4d ago A 95 tokens original Apache-2.0

check-npm

90

grafana/skills

Skill Claude CodeCodex

Audit a JavaScript/TypeScript repo's npm, yarn, or pnpm configuration for supply-chain hardening: tool version, lifecycle scripts, unsafe dependency protocols, and minimum release age ≥3 days. Use when the user invokes /check-npm or asks to audit package manager security, lifecycle scripts, git dependencies…

234 4d ago A 106 tokens original Apache-2.0

grafana-scenes

91

grafana/skills

Skill Claude CodeCodex

Build Grafana plugin pages using the @grafana/scenes framework. Use when creating new scene pages, adding panels/visualizations, setting up drilldown navigation, defining variables, configuring query runners, building table/timeseries/stat panels, or extending SceneObjectBase for custom scene objects. Triggers on any…

234 4d ago A 106 tokens original Apache-2.0

plugin-bundle-size

92

grafana/skills

Skill Claude CodeCodex

Optimise Grafana app plugin bundle size using React.lazy, Suspense, and webpack code splitting. Use when the user asks to reduce plugin bundle size, optimise module.js, add code splitting, improve initial plugin load performance, split plugin chunks, lazy load plugin pages, or help implement lazy loading in a Grafana…

234 4d ago A 120 tokens original Apache-2.0

grafana/skills

Skill Claude CodeCodex

Migrate a Grafana plugin to React 19 compatibility. Use when the user asks to update a plugin for React 19, prepare for React 19, fix React 19 compatibility, upgrade to React 19, migrate to React 19, bump grafanaDependency to 12.3.0, externalize jsx-runtime, or run react-detect. Triggers on phrases like "update plugin…

234 4d ago C 152 tokens original Apache-2.0

your-skill-name

94

grafana/skills

Skill Claude CodeCodex

Clear description of what this skill does and when to use it. Use when the user asks about X or wants to work with Y. Include specific trigger phrases so agents auto-load it correctly. Max 1024 characters.

234 4d ago A 49 tokens original Apache-2.0

loki-mcp-server

95

grafana/loki-mcp

MCP server Claude CodeCodexCursor +2

MCP server "loki-mcp-server" as configured in grafana/loki-mcp. Launched with go run /path/to/loki-mcp-server/cmd/server/main.go. Needs 1 environment variable to run.

166 10d ago A tokens not measured

agento11y

96

grafana/agento11y

Plugin Claude Code

Plugin marketplace listing 1 plugin: agento11y-claude-code.

95 2d ago A tokens not measured original Apache-2.0