Rust Code Navigator
Quickly locate functions, structs, and dependencies within Rust codebases using intelligent search and context awareness.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rust-code-navigator npx -- -y @trustedskills/rust-code-navigator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rust-code-navigator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rust-code-navigator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The rust-code-navigator skill enables AI agents to analyze, understand, and navigate Rust codebases efficiently. It provides features such as identifying module dependencies, locating function definitions, and tracing control flow across files.
When to use it
- You need to quickly find where a specific Rust function is defined or used in a large project.
- You are debugging a complex Rust application and want to trace the execution path of a particular function call.
- You're refactoring code and need insights into how different modules interact within the project.
Key capabilities
- Module dependency analysis
- Function definition and usage tracking
- Control flow tracing across files
Example prompts
- "Find all usages of the
parse_jsonfunction in this Rust project." - "Show me the control flow from
main.rstohandle_requestinapi.rs." - "List all modules that depend on the
utilscrate in this codebase."
Tips & gotchas
- Ensure your Rust project is well-structured with clear module boundaries for optimal results.
- This skill works best when provided with a complete codebase or at least the relevant files and dependencies.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.