Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, ็ฌฆๅทๅๆ, ้กน็ฎ็ปๆ, ๅๅบๆๆ, ๆๅชไบstruct
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fรผgen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prรผfen und installieren.
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