AI AGENT ADDONS

Rust Symbol Analyzer

zhanghandong/rust-skills

When working with Rust projects, understanding the code structure is important. This skill helps you explore your whole Rust codebase by using the Language Server Protocol (LSP). It finds all symbols like structs, traits, functions, and modules.

You can ask for a list of all structs or traits in your project. You can also look at a single file to see its full symbol hierarchy. The tool shows you complexity metrics and internal dependencies to help you understand your code better.

Use simple commands like list structs or project structure. The skill works with any Rust project and gives you a clear visual overview. This makes it easier to navigate large codebases and find what you need quickly.

Add Rust Symbol Analyzer skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-symbol-analyzer

Project

mkdir -p .claude/skills/rust-symbol-analyzer

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago