AI AGENT ADDONS

Rust Trait Explorer

zhanghandong/rust-skills

Rust developers often need to understand how traits are used in a codebase. This tool helps you find all implementations of a trait or all traits a struct implements. It uses the built-in language server to quickly navigate and explore polymorphic designs.

You can type commands like /rust-trait-explorer Handler to see every type that implements the Handler trait. Or type a struct name to see all traits it implements. The results are shown in a clear table with locations and details.

This skill makes it easy to understand how different parts of your code connect through traits. It saves time when reading unfamiliar code or checking how abstractions are used.

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