agent-performance-monitor
Agent skill for performance-monitor - invoke with $agent-performance-monitor
npx skills add ruvnet/ruflo --skill agent-performance-monitor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- Agent Profile
- Core Capabilities
- 1. Real-Time Metrics Collection
- 2. Bottleneck Detection & Analysis
- 3. SLA Monitoring & Alerting
- 4. Resource Utilization Tracking
- MCP Integration Hooks
- Performance Data Collection
- Anomaly Detection
- Dashboard Integration
- Real-Time Performance Dashboard
- Operational Commands
- Monitoring Commands
- Alert Configuration
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
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.