AI AGENT ADDONS

Rust Code Navigator

zhanghandong/rust-skills

Navigate large Rust code bases quickly. This tool uses the Language Server Protocol to find where symbols are defined and who uses them. It helps you jump to definitions, find references, and check types without leaving your chat.

You can ask where a function or struct is defined. The tool will show you the file and line number. It can also list all places that use a symbol. This is helpful before making changes.

Add Rust Code Navigator skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-code-navigator

Project

mkdir -p .claude/skills/rust-code-navigator

Source Repository

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