AI AGENT ADDONS

Rust Code Navigator

actionbook/rust-skills

Rust developers often need to find where a function is defined or see who uses a certain type. This skill uses a Language Server Protocol tool to help. It can jump to definitions, find all references, and show type information. You just give the name of a symbol like a struct or function.

The skill works with Rust codebases of any size. It handles errors like missing symbols or multiple matches. You can also specify a file and line number for exact navigation.

Using this skill saves time when exploring large projects. You no longer need to manually search through files.

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