Generates ASCII art dependency trees for Rust projects by wrapping cargo tree with visualization options. Run it with --depth to control how deep the tree goes and --features to see which feature flags are active on each crate. The output uses box-drawing characters for a clean terminal-friendly display. What makes this worth using is the optional categorization view that groups dependencies by purpose (runtime, dev, build) and the size visualization that shows how much each dependency contributes to your compile times. Good for auditing what's actually in your dependency graph or explaining your project's structure to teammates.
npx -y skills add zhanghandong/rust-skills --skill rust-deps-visualizer --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents