Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, ็ฌฆๅทๅๆ, ้กน็ฎ็ปๆ, ๅๅบๆๆ, ๆๅชไบstruct
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, ็ฌฆๅทๅๆ, ้กน็ฎ็ปๆ, ๅๅบๆๆ, ๆๅชไบstruct
argument-hint
[file.rs] [--type struct|trait|fn|mod]
allowed-tools
["LSP","Read","Glob"]
Rust Symbol Analyzer
Analyze project structure by examining symbols across your Rust codebase.
User: "What's the structure of this project?"
โ
โผ
[1] Find all Rust files
Glob("**/*.rs")
โ
โผ
[2] Get symbols from each key file
LSP(documentSymbol) for lib.rs, main.rs
โ
โผ
[3] Categorize by type
โ
โผ
[4] Generate structure visualization