The Rust File Search skill optimizes how Claude interacts with Rust codebases by automating the discovery of specific code patterns, symbols, and structures. Instead of relying on manual grep or glob commands, this skill triggers a specialized sub-agent to perform deep searches for structs, enums, traits, and implementations. It provides structured summaries that include code snippets, visibility details, and module relationships, making it an essential tool for developers onboarding to new Rust projects or debugging complex trait hierarchies.
Key Features
01Streamlined navigation for large-scale Cargo workspaces
02Context-aware pattern matching across entire Rust projects
03Automated sub-agent delegation for efficient code exploration
041 GitHub stars
05Specialized symbol searching for Rust-specific types like traits and impls
06Detailed reporting of visibility (pub/private) and module structures