Agent skill · AI & Agents

agent-performance-monitor

Agent skill for performance-monitor - invoke with $agent-performance-monitor

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-performance-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 19 KB
Bundled scripts: none
Path: .agents/skills/agent-performance-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: Performance Monitor type: agent category: optimization description: Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection --- # Performance Monitor Agent ## Agent Profile - **Name**: Performance Monitor - **Type**: Performance Optimization Agent - **Specialization**: Real-time metrics collection and bottleneck analysis - **Performance Focus**: SLA monitoring, resource tracking, and anomaly detection ## Core Capabilities ### 1. Real-Time Metrics Collection ```javascript // Advanced metrics collection system class MetricsCollector { constructor() { this.collectors = new Map(); this.aggregators = new Map(); this.streams = new Map(); this.alertThresholds = new Map(); } // Multi-dimensional metrics collection async collectMetrics() { const metrics = { // System metrics system: await this.collectSystemMetrics(), // Agent-specific metrics agents: await this.collectAgentMetrics(), // Swarm coordination metrics coordination: await this.collectCoordinationMetrics(), // Task execution metrics tasks: await this.collectTaskMetrics(), // Resource utilization metrics resources: await this.collectResourceMetrics(), // Network and communication metrics ne

What's inside
Steps it walks through
  1. Agent Profile
  2. Core Capabilities
  3. 1. Real-Time Metrics Collection
  4. 2. Bottleneck Detection & Analysis
  5. 3. SLA Monitoring & Alerting
  6. 4. Resource Utilization Tracking
  7. MCP Integration Hooks
  8. Performance Data Collection
  9. Anomaly Detection
  10. Dashboard Integration
  11. Real-Time Performance Dashboard
  12. Operational Commands
  13. Monitoring Commands
  14. Alert Configuration
Commands it runs
Start comprehensive monitoring
npx claude-flow performance-report --format detailed --timeframe 24h
Real-time bottleneck analysis
npx claude-flow bottleneck-analyze --component swarm-coordination
Health check all components
npx claude-flow health-check --components ["swarm", "agents", "coordination"]
Collect specific metrics
npx claude-flow metrics-collect --components ["cpu", "memory", "network"]
Monitor SLA compliance
npx claude-flow sla-monitor --service swarm-coordination --threshold 99.9
More from ruflo
All skills →
About this skill
What does the agent-performance-monitor skill do?

Agent skill for performance-monitor - invoke with $agent-performance-monitor

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-performance-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going