plugins marketplace
← All plugins

infrastructure-metrics-collector

v1.20.0

Collect comprehensive infrastructure performance metrics

Claude Code1 skill

by Claude Code PluginsMIT2.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/performance/infrastructure-metrics-collector/ inside the repository.

Layout

plugins/performance/infrastructure-metrics-collector/
├── .claude-plugin/plugin.json
└── skills/collecting-infrastructure-metrics/SKILL.md

Skills1

collecting-infrastructure-metricsskills/collecting-infrastructure-metrics/SKILL.md

Collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. Use when monitoring system performance or troubleshooting infrastructure issues. Trigger with phrases like "collect infrastructure metrics", "monitor server performance", or "track system resources".

Manifests1

plugins/performance/infrastructure-metrics-collector/.claude-plugin/plugin.json
{
  "name": "infrastructure-metrics-collector",
  "version": "1.20.0",
  "description": "Collect comprehensive infrastructure performance metrics",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "infrastructure",
    "metrics",
    "monitoring",
    "observability",
    "agent-skills"
  ]
}