mcpbeat

Metric Contract Changes

nvidia/metric-contract-changes

Use when changing metric CSV files, exporter-owned counters, Prometheus labels, or metric rendering.

148 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1820
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/dcgm-exporter --skill metric-contract-changes

The instruction itself

1 sections, as written by the author

Metric Contract Changes

  • Read llms.txt, etc/AGENTS.md, and internal/pkg/AGENTS.md.
  • Identify the owning code path in internal/pkg/counters,

internal/pkg/collector, or internal/pkg/rendermetrics.

  • Update code, CSV, docs, and Helm examples together when behavior changes.
  • Run:
go test ./internal/pkg/counters
make test-main
  • Add GPU/Docker/Kubernetes validation only when the change needs that layer.

How to use it

Copy the folder

Take nvidia/metric-contract-changes from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.