rustc-self-profile

Profile Rust compilation using rustc self-profiling to identify slow compile times, trait resolution bottlenecks, and monomorphization issues. Use when investigating slow Rust builds.

$ Installer

git clone https://github.com/bearcove/dodeca /tmp/dodeca && cp -r /tmp/dodeca/.claude/skills/rustc-self-profile ~/.claude/skills/dodeca

// tip: Run this command in your terminal to install the skill