OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add actionbook/rust-skills --skill rust-deps-visualizer
Visualize Rust project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, show dependencies, visualize deps, 依赖图, 依赖可视化, 显示依赖
npx skills add actionbook/rust-skills --skill rust-deps-visualizer
Generate ASCII art visualizations of your Rust project's dependency tree.
Options:
--depth N: Limit tree depth (default: 3)--features: Show feature flagsStep 1: Parse Cargo.toml for direct dependencies
Step 2: Get full dependency tree
Step 3: Format as ASCII art tree
Use these box-drawing characters:
├── for middle items└── for last items│ for continuation linescargo tree with specified options| When | See |
|---|---|
| Crate selection advice | m11-ecosystem |
| Workspace management | m11-ecosystem |
| Feature flag decisions | m11-ecosystem |