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.
Global
mkdir -p ~/.claude/skills/rust-trait-explorerProject
mkdir -p .claude/skills/rust-trait-explorerSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values