·rust-symbol-analyzer
</>

rust-symbol-analyzer

actionbook/rust-skills

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct

21Installs·1Trend·@actionbook

Installation

$npx skills add https://github.com/actionbook/rust-skills --skill rust-symbol-analyzer

SKILL.md

Analyze project structure by examining symbols across your Rust codebase.

| Module | 📦 | Module | | Struct | 🏗️ | Struct | | Enum | 🔢 | Enum | | Trait | 📜 | Interface | | Function | ⚡ | Function | | Method | 🔧 | Method | | Constant | 🔒 | Constant | | Field | 📎 | Field |

| "What structs are in this project?" | workspaceSymbol + filter | | "Show me src/lib.rs structure" | documentSymbol | | "Find all async functions" | workspaceSymbol + async filter | | "List public API" | documentSymbol + pub filter |

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct Source: actionbook/rust-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/actionbook/rust-skills --skill rust-symbol-analyzer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-symbol-analyzer?

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct Source: actionbook/rust-skills.

How do I install rust-symbol-analyzer?

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-symbol-analyzer 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