plugins marketplace
← All plugins

api-monitoring-dashboard

v1.25.0

Create monitoring dashboards for API health, metrics, and alerts

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-monitoring-dashboard/ inside the repository.

Layout

plugins/api-development/api-monitoring-dashboard/
├── .claude-plugin/plugin.json
└── skills/monitoring-apis/SKILL.md

Skills1

monitoring-apisskills/monitoring-apis/SKILL.md

Build real-time API monitoring dashboards with metrics, alerts, and health checks. Use when tracking API health and performance metrics. Trigger with phrases like "monitor the API", "add API metrics", or "setup API monitoring".

Manifests1

plugins/api-development/api-monitoring-dashboard/.claude-plugin/plugin.json
{
  "name": "api-monitoring-dashboard",
  "version": "1.25.0",
  "description": "Create monitoring dashboards for API health, metrics, and alerts",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "monitoring",
    "metrics",
    "observability",
    "dashboard"
  ]
}