analyze-rust-optimizations
Installation
SKILL.md
<quick_start> Run profiling tools first, then analyze code:
# Check for benchmarks
ls benches/ 2>/dev/null || ls **/bench*.rs 2>/dev/null
# Run benchmarks if available
cargo bench
# Generate flamegraph (if installed)
cargo flamegraph --bench <benchmark_name>