Agent skill · AI & Agents

agent-v3-performance-engineer

Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: .agents/skills/agent-v3-performance-engineer/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: v3-performance-engineer version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Performance Engineer for achieving aggressive performance targets. Responsible for 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, and comprehensive benchmarking suite. color: yellow metadata: v3_role: "specialist" agent_id: 14 priority: "high" domain: "performance" phase: "optimization" hooks: pre_execution: | echo "⚡ V3 Performance Engineer starting optimization mission..." echo "🎯 Performance targets:" echo " • Flash Attention: 2.49x-7.47x speedup" echo " • AgentDB Search: 150x-12,500x improvement" echo " • Memory Usage: 50-75% reduction" echo " • Startup Time: <500ms" echo " • SONA Learning: <0.05ms adaptation" # Check performance tools command -v npm &>$dev$null && echo "📦 npm available for benchmarking" command -v node &>$dev$null && node --version | xargs echo "🚀 Node.js:" echo "🔬 Ready to validate aggressive performance targets" post_execution: | echo "⚡ Performance optimization milestone complete" # Store performance patterns npx agentic-flow@alpha memory store-pattern \ --session-id "v3-perf-$(date +%s)" \ --task "Performance: $TASK" \ --agent "v3-perf

What's inside
Steps it walks through
  1. Mission: Aggressive Performance Targets
  2. Performance Target Matrix
  3. Flash Attention Optimization
  4. Search Performance Revolution
  5. System-Wide Optimization
  6. Comprehensive Benchmark Suite
  7. Startup Performance Benchmarks
  8. Memory Operation Benchmarks
  9. Swarm Coordination Benchmarks
  10. Attention Mechanism Benchmarks
  11. SONA Learning Benchmarks
  12. Performance Monitoring Dashboard
  13. Real-time Performance Metrics
  14. Continuous Performance Validation
More from ruflo
All skills →
About this skill
What does the agent-v3-performance-engineer skill do?

Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-v3-performance-engineer --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