Rust Code Navigator

🌐Community
by zhanghandong · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add rust-code-navigator npx -- -y @trustedskills/rust-code-navigator
2

Or manually add to ~/.claude/settings.json

~/.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_json function in this Rust project."
  • "Show me the control flow from main.rs to handle_request in api.rs."
  • "List all modules that depend on the utils crate 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
zhanghandong
Installs
396

🌐 Community

Passed automated security scans.