AI AGENT ADDONS

Rust Symbol Analyzer

actionbook/rust-skills

Rust developers can explore their codebase structure with this tool. It reads project symbols like structs, traits, functions, and modules.

You can analyze a single file or the whole workspace. Use commands such as /symbols or list structs to get organized results. The output shows hierarchy and complexity.

This helps you understand how your Rust project is built. It finds hotspots that may need refactoring. The analysis makes code reviews easier and faster.

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