rust-deps-visualizer

Draws a simple text picture showing how the parts of a Rust project depend on each other.

Installation
Run `npx skills add "https://github.com/actionbook/rust-skills" --skill "rust-deps-visualizer"` to install this skill, then follow its SKILL.md instructions for my next request.

Paste this into Claude Code, Cursor, or any agent that can run commands.

What this skill does
What it does: This tool draws a simple picture, made out of text characters like lines and branches, showing all the outside add-on packages, called dependencies, that a Rust programming language project relies on to work. It can show how deep the chain of add-ons goes, how big each one is in file size, and which optional extra features are turned on for each package. It can also group the add-ons by purpose, such as ones used only for running the program versus ones used only for testing. When to use it: Use it when someone wants to see, understand, or explain a Rust project's list of outside packages and how they connect to each other, such as when checking why a project got too large or reviewing what outside code it depends on.

The full skill text could not be loaded right now. It installs fine with the command above, or read it at the source.

Mirrored from the author's public source. Install counts from the open skills registry.

The systems behind these skills get built for partners every week.

Partner with us