Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

rust-trait-explorer

Explore Rust trait implementations and find all types implementing a trait or traits implemented by a type.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
629

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill rust-trait-explorer
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, rust-trait-explorer has 629 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/rust-trait-explorer.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Explore Rust trait implementations and find all types implementing a trait or traits implemented by a type. Discover trait implementations and understand polymorphic designs. Examples: Find all implementations of a trait. Use when: - Supports two primary queries: find all implementors of a trait using LSP goToImplementation , or discover all traits implemented by a struct using grep pattern matching - Generates structured output including trait definitions, implementation tables, code snippets, and implementation hierarchies - Provides coverage analysis to verify all trait methods are implemented and identifies blanket implementations that may apply - Works with standard library traits, external crates (like Serde), and project-defined traits in a unified view - /rust-trait-explorer Handler - Find all implementors of Handler trait - /rust-trait-explorer MyStruct - Find all traits implemented by MyStruct - Trait name is known - Want to find all implementors - Understanding polymorphic code

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does rust-trait-explorer do?

Explore Rust trait implementations and find all types implementing a trait or traits implemented by a type.

Is rust-trait-explorer good?

rust-trait-explorer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support rust-trait-explorer?

rust-trait-explorer currently lists compatibility with Skills CLI.

Is rust-trait-explorer safe to install?

rust-trait-explorer has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to rust-trait-explorer?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install rust-trait-explorer?

Run the following command to install rust-trait-explorer: npx skills add https://github.com/zhanghandong/rust-skills --skill rust-trait-explorer

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering