rust-trait-explorer
✓Explore Rust trait implementations using LSP. Triggers on: /trait-impl, find implementations, who implements, trait 实现, 谁实现了, 实现了哪些trait
Installation
SKILL.md
| "Who implements X?" | goToImplementation on trait | | "What traits does Y impl?" | Grep for impl for Y | | "Show trait hierarchy" | Find super-traits recursively | | "Is X: Send + Sync?" | Check std trait impls |
| Navigate to impl | rust-code-navigator | | Call relationships | rust-call-graph | | Project structure | rust-symbol-analyzer | | Safe refactoring | rust-refactor-helper |
Explore Rust trait implementations using LSP. Triggers on: /trait-impl, find implementations, who implements, trait 实现, 谁实现了, 实现了哪些trait Source: actionbook/rust-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/actionbook/rust-skills --skill rust-trait-explorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/actionbook/rust-skills --skill rust-trait-explorer- Source
- actionbook/rust-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-trait-explorer?
Explore Rust trait implementations using LSP. Triggers on: /trait-impl, find implementations, who implements, trait 实现, 谁实现了, 实现了哪些trait Source: actionbook/rust-skills.
How do I install rust-trait-explorer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/actionbook/rust-skills --skill rust-trait-explorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/actionbook/rust-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01