🎯

rust-deps-visualizer

🎯Skill

from actionbook/rust-skills

VibeIndex|
What it does
|

Generates ASCII art visualizations of Rust project dependencies, showing tree structure, optional depth, and feature flags.

πŸ“¦

Same repository

actionbook/rust-skills(36 items)

rust-deps-visualizer

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add actionbook/rust-skills --skill rust-deps-visualizer
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add actionbook/rust-skills --skill rust-deps-visualizer
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/rust-deps-visualizer/SKILL.md

SKILL.md

74Installs
-
AddedFeb 4, 2026

More from this repository10

πŸͺ
actionbook-rust-skillsπŸͺMarketplace

AI-powered Rust development assistant plugin with meta-cognition framework that traces through cognitive layers for domain-correct architectural solutions

🎯
coding-guidelines🎯Skill

Provides comprehensive Rust coding guidelines covering naming conventions, best practices, error handling, memory management, concurrency, and code style recommendations.

🎯
unsafe-checker🎯Skill

A unsafe checker skill from Rust development skills for building performant and safe systems.

🎯
rust-symbol-analyzer🎯Skill

Analyzes Rust project structure by extracting and categorizing symbols across files using Language Server Protocol (LSP) operations.

🎯
m04-zero-cost🎯Skill

Guides developers in choosing zero-cost abstractions by analyzing type system errors and runtime polymorphism needs in Rust.

🎯
m07-concurrency🎯Skill

A m07 concurrency skill from Rust development skills for building performant and safe systems.

🎯
m01-ownership🎯Skill

Diagnoses and resolves Rust ownership, borrowing, and lifetime errors by tracing design choices and recommending targeted implementation strategies.

🎯
m06-error-handling🎯Skill

A m06 error handling skill from Rust development skills for building performant and safe systems.

🎯
m10-performance🎯Skill

A Rust performance optimization skill covering benchmarking, profiling, flamegraph analysis, criterion testing, SIMD, cache optimization, and allocation tuning for making Rust code faster.

🎯
m12-lifecycle🎯Skill

Guides resource lifecycle design by analyzing creation, usage, cleanup strategies, and ownership patterns for efficient and safe resource management in Rust.