What problem does it solve?
This skill optimizes and validates v3 performance targets for Claude-flow deployments, delivering faster inference, reduced memory footprint, and scalable benchmarking across multi-agent setups.
Core Features & Use Cases
-
Flash Attention acceleration: validate speedups of 2.49x-7.47x and sub-millisecond latency for v3 workloads.
-
Memory optimization: achieve 50-75% memory reduction through profiling, pooling, and tuning.
-
HNSW-based search & swarm coordination: enable rapid agent coordination and search across large task spaces.
-
Use Case: In constrained edge environments, benchmark, tune, and validate v3 performance to meet strict throughput and latency targets.
Quick Start
Task("Baseline Benchmark", "Establish v2 baseline for target workloads", "v3-performance-engineer")
Task("Flash Attention Validation", "Validate 2.49x-7.47x speedup target", "v3-performance-engineer")
Task("Memory Reduction Validation", "Confirm 50-75% memory reduction across workloads", "v3-performance-engineer")
Task("HNSW Swarm Benchmark", "Validate 15-agent coordination and HNSW indexing performance", "v3-performance-engineer")