rmc-find-symbol
CommunityResolve any Rust symbol to its qualified name.
Software Engineering#code navigation#rust#symbol resolution#hypergraph#rust-analyzer#qualified name#workspace forensics
Authormolaco
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you turn an imprecise hint—like a symbol fragment, a path, or a vague description—into the exact qualified Rust symbol name required to run structural hypergraph queries.
Core Features & Use Cases
- Find candidate symbols quickly: Use Rust-aware definition lookup or high-recall search to locate likely matches from limited context (e.g., fragment, log message, doc string).
- Confirm the exact location: Validate candidate declarations by pulling file/line results and then reading the source file contents for confirmation.
- Derive the qualified name reliably: Convert file paths and module structure into the
<crate>::<module_path>::<item_name>format, including inner items like::<TypeName>::<method>. - Promote into hypergraph analysis: Once the qualified name is known, hand off to relationship queries like imports/uses to continue deeper forensics.
Quick Start
Ask the skill to resolve your input by returning the qualified name and a one-line explanation of how it was resolved.
Dependency Matrix
Required Modules
None requiredComponents
Standard packageđź’» Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rmc-find-symbol Download link: https://github.com/molaco/rust-code-mcp/archive/main.zip#rmc-find-symbol Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.