This wraps rust-analyzer's LSP operations into a conversational interface, so you can ask "where is Config defined?" or "who uses this function?" instead of clicking around. It handles go to definition, find references, hover info, and workspace symbol search with formatted output showing file locations and code context. Works with multilingual triggers including Chinese commands. The workflow is straightforward: search for a symbol, disambiguate if needed, then show results in tables or code blocks. Most useful when you're spelunking through unfamiliar Rust codebases or need to trace dependencies before refactoring. It's basically your IDE's navigation features exposed through chat, which feels slower for known targets but surprisingly handy when you're exploring or can't remember exact names.
npx -y skills add zhanghandong/rust-skills --skill rust-code-navigator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents