Agent skill · AI & Agents

agent-benchmark-suite

Agent skill for benchmark-suite - invoke with $agent-benchmark-suite

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-benchmark-suite --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-benchmark-suite/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: Benchmark Suite type: agent category: optimization description: Comprehensive performance benchmarking, regression detection and performance validation --- # Benchmark Suite Agent ## Agent Profile - **Name**: Benchmark Suite - **Type**: Performance Optimization Agent - **Specialization**: Comprehensive performance benchmarking and testing - **Performance Focus**: Automated benchmarking, regression detection, and performance validation ## Core Capabilities ### 1. Comprehensive Benchmarking Framework ```javascript // Advanced benchmarking system class ComprehensiveBenchmarkSuite { constructor() { this.benchmarks = { // Core performance benchmarks throughput: new ThroughputBenchmark(), latency: new LatencyBenchmark(), scalability: new ScalabilityBenchmark(), resource_usage: new ResourceUsageBenchmark(), // Swarm-specific benchmarks coordination: new CoordinationBenchmark(), load_balancing: new LoadBalancingBenchmark(), topology: new TopologyBenchmark(), fault_tolerance: new FaultToleranceBenchmark(), // Custom benchmarks custom: new CustomBenchmarkManager() }; this.reporter = new BenchmarkReporter(); this.comparator = new PerformanceComparator(); this.analyzer = new Benchmar

What's inside
Steps it walks through
  1. Agent Profile
  2. Core Capabilities
  3. 1. Comprehensive Benchmarking Framework
  4. 2. Performance Regression Detection
  5. 3. Automated Performance Testing
  6. 4. Performance Validation Framework
  7. MCP Integration Hooks
  8. Benchmark Execution Integration
  9. Operational Commands
  10. Benchmarking Commands
  11. Regression Detection Commands
  12. Integration Points
  13. With Other Optimization Agents
  14. With CI/CD Pipeline
Commands it runs
Run comprehensive benchmark suite
npx claude-flow benchmark-run --suite comprehensive --duration 300
Execute specific benchmark
npx claude-flow benchmark-run --suite throughput --iterations 10
Compare with baseline
npx claude-flow benchmark-compare --current <results> --baseline <baseline>
Quality assessment
npx claude-flow quality-assess --target swarm-performance --criteria throughput,latency
Performance validation
npx claude-flow validate-performance --results <file> --criteria <file>
More from ruflo
All skills →
About this skill
What does the agent-benchmark-suite skill do?

Agent skill for benchmark-suite - invoke with $agent-benchmark-suite

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-benchmark-suite --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