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>
Installs
1
GitHub Stars
55
First Seen
Jun 1, 2026
analyze-rust-optimizations — diegosouzapw/awesome-omni-skill