ASCII art helps you see your Rust project's dependency tree. It shows every crate your project uses and how they connect. You can see version numbers and even feature flags.
You can set how deep the tree goes with --depth N. The --features option shows extra details about each crate. The output uses simple box drawing characters like lines and branches.
This tool works by reading your Cargo.toml file. It runs the cargo tree command and turns the result into a clear visual. You can also group dependencies by category or see their sizes.
Global
mkdir -p ~/.claude/skills/rust-deps-visualizerProject
mkdir -p .claude/skills/rust-deps-visualizerSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues