{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "version": "0.2.0",
  "name": "klag",
  "description": "Agent skills for Klag, the Kafka consumer lag exporter: install it against a cluster, connect its read-only MCP endpoint, and triage consumer lag.",
  "homepage": "https://klag.dev",
  "repository": "https://github.com/themoah/klag",
  "license": "Apache-2.0",
  "install": {
    "claudeCode": [
      "/plugin marketplace add themoah/klag",
      "/plugin install klag@klag"
    ]
  },
  "skills": [
    {
      "name": "klag:connect",
      "description": "Connect a running Klag's MCP endpoint to this AI client so the agent can query consumer lag directly",
      "type": "skill-md",
      "url": "https://klag.dev/skills/commands/connect.md",
      "digest": "sha256:121df058e6e1edb082cba117f62f3ff2dc74308d34230a56692f4e1d7977f099",
      "kind": "command"
    },
    {
      "name": "klag:diagnose",
      "description": "Triage Kafka consumer lag using a running Klag — rank what is falling behind, diagnose a group, explain the likely cause",
      "type": "skill-md",
      "url": "https://klag.dev/skills/commands/diagnose.md",
      "digest": "sha256:ff3017d55b4f39a55cb7495b763daccd995a76d9b172840b91e1044afcf58468",
      "kind": "command"
    },
    {
      "name": "klag:install",
      "description": "Install Klag against a Kafka cluster — detects docker/k8s/GitOps, deploys, verifies lag metrics, offers MCP",
      "type": "skill-md",
      "url": "https://klag.dev/skills/commands/install.md",
      "digest": "sha256:bb7847d0ae35c30e39426eeb804bf09f1e752f1e9940c5a6dd73851bdc17b62a",
      "kind": "command"
    },
    {
      "name": "klag",
      "description": "Use when installing, configuring, deploying, or troubleshooting Klag — the Kafka consumer lag exporter (docker, Helm, ArgoCD/Flux, native image), connecting its MCP endpoint to an AI client, or interpreting its metrics (lag, lag velocity, hot partitions, commit staleness, retention risk). Biases towards retrieval from klag.dev over pre-trained knowledge.",
      "type": "skill-md",
      "url": "https://klag.dev/skills/klag/SKILL.md",
      "digest": "sha256:a535df6926d0ae32ce61e71ef93ba02d0474726f7594ff8dd77c92f0de0a5df0"
    }
  ]
}
