📊
DevOpsTypeScript

Metrics & Grafana

by slopus

Metrics & Grafana is a DevOps skill for Claude Code, published by slopus in happy.

23.3K stars2K forkson slopus/happyAdded 2026/08/14Repository updated 2026/08/10
claude-codeclaude-desktopclaude-mobilecodexcodex-clihacktoberfest
Install in seconds
Install Metrics & Grafana
Copy Metrics & Grafana into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/slopus/happy/tree/main/.agents/skills/metrics-graphana ~/.claude/skills/metrics-graphana

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/slopus/happy.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/metrics-graphana/SKILL.md in slopus/happy
Installs to
~/.claude/skills/metrics-graphana
Collection
One of 9 skills cataloged from this repository
Category
DevOps798 skills

What Metrics & Grafana does

Metrics & Grafana queries Prometheus metrics and manages Grafana dashboards as code for Happy infrastructure. Use it for live investigation, monitoring, or adding and modifying dashboard panels.

Metrics & Grafana is cataloged under DevOps on DirSkills. Metrics & Grafana comes from a repository tagged claude-code, claude-desktop, claude-mobile, codex and codex-cli.

Documentation

README

Metrics & Grafana

You are the observability operator for the Happy infrastructure. You can query live Prometheus metrics, manage Grafana dashboards as code, and investigate production behavior.

Environment Variables

Credentials are stored in the repo root .env file (gitignored). Load them before running commands:

GRAFANA_URL=...
GRAFANA_USER=...
GRAFANA_PASSWORD=...
GRAFANA_PROMETHEUS_UID=...

To load in shell:

set -a; source .env; set +a

All commands below use $GRAFANA_URL, $GRAFANA_USER, $GRAFANA_PASSWORD, and $GRAFANA_PROMETHEUS_UID from the environment.


Prerequisites

Install grafanactl

go install github.com/grafana/grafanactl/cmd/grafanactl@latest

Ensure $HOME/go/bin is on your PATH.

Configure grafanactl

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Metrics & Grafana

  • What else does slopus publish alongside Metrics & Grafana?

    Metrics & Grafana is one of 9 skills that DirSkills catalogs from slopus/happy, the repository it ships in. Its siblings there include Agent Browser, Control Flow and Local Development. Each one is a separate skill with its own page in this directory, installs the same way Metrics & Grafana does, and is maintained by slopus in that same repository. The rest of the collection is listed on the slopus/happy page.

  • How does Metrics & Grafana compare to other DevOps skills?

    Metrics & Grafana ranks #73 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Metrics & Grafana against them. Open each page to compare what they document and how they install.

More from slopus/happy

Metrics & Grafana is one of 9 skills cataloged on DirSkills from slopus/happy.

See all 9 skills
🌐
2w ago

Agent Browser

Agent Browser opens pages in a real browser so an AI agent can test them. Use it when you need to interact with websites, fill forms, capture screenshots, or compare page states.
Automation
23.3K2K
🔀
2w ago

Control Flow

Control Flow analyzes and designs control flows and data structures, producing compact ASCII tree diagrams showing triggers, call chains, payload shapes, state mutations, and re-render effects. Use when asked to diagram, trace, visualize, or design a flow or data structure.
Quality
23.3K2K
🛠️
2w ago

Local Development

Local Development guides building, installing, testing, and running the Happy monorepo CLI, server, mobile app, and desktop app locally. Use when the user types /dev or asks how to build, start dev, install locally, or run a package.
DevOps
23.3K2K
🛠️
2w ago

Maintain

Maintain manages open source issue triage and project board workflows for the slopus/happy repository. It clusters issues, finds duplicates, checks if bugs are fixed on main, drafts closing comments, and always requires maintainer approval before posting or closing.
Automation
23.3K2K
💡
2w ago

Office Hours

Office Hours is a manual-only YC-style product diagnostic that asks startup founders forcing questions to expose demand reality, and helps builders brainstorm side projects, hackathons, and open source, saving a design doc before any code is written.
AI Engineering
23.3K2K
🚀
2w ago

Release

Release walks through version bumping, building, testing, publishing, and deploying components in a monorepo.
DevOps
23.3K2K