← All plugins
metrics-aggregator
v1.21.0Aggregate and centralize performance metrics
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/metrics-aggregator/ inside the repository.
Layout
plugins/performance/metrics-aggregator/
├── .claude-plugin/plugin.json└── skills/aggregating-performance-metrics/SKILL.md
Skills1
aggregating-performance-metricsskills/aggregating-performance-metrics/SKILL.md
Aggregate and centralize performance metrics from applications, systems, databases, caches, and services. Use when consolidating monitoring data from multiple sources. Trigger with phrases like "aggregate metrics", "centralize monitoring", or "collect performance data".
Manifests1
plugins/performance/metrics-aggregator/.claude-plugin/plugin.json
{
"name": "metrics-aggregator",
"version": "1.21.0",
"description": "Aggregate and centralize performance metrics",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"metrics",
"aggregation",
"prometheus",
"monitoring",
"agent-skills"
]
}