AI AGENT ADDONS

Rust Trait Explorer

actionbook/rust-skills

Rust trait implementations can be hard to follow in large codebases. This tool helps you see how traits and types connect. It uses the Language Server Protocol to find answers fast.

You can ask who implements a specific trait. You can also ask what traits a particular struct or enum uses. The tool searches your code and shows a clear map of implementors and implemented traits.

Developers save time by seeing the full picture without reading every file. The output includes method details, file locations, and even a hierarchy view. This makes polymorphic design easier to understand and refactor.

Add Rust Trait Explorer skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-trait-explorer

Project

mkdir -p .claude/skills/rust-trait-explorer

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago