概要
Rust Trait Explorer is a specialized Claude Code skill designed to simplify navigation through complex Rust codebases by mapping trait implementations and polymorphic designs. It allows developers to quickly identify which types implement a specific trait, discover all traits applied to a particular struct or enum, and visualize trait hierarchies. By leveraging LSP operations such as goToImplementation and documentSymbol, it provides a comprehensive overview of your code's architecture, including blanket implementations and method coverage checks, making it an essential tool for refactoring and code auditing.