Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Rust Symbol Analyzer

poractionbook·actionbook· v1.0.0 · atualizado em 2026-04-11
79
Score

Analyzes Rust project structure using LSP symbols. Triggers on commands related to project structure analysis, such as listing structs, traits, or functions, and related keywords in other languages.

rustcode-analysislspsymbol-analysisproject-structurestatic-analysis
Linguagens
Rust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdrust-symbol-analyzer/workflow
1
Find Rust files: — Use glob patterns to identify all `.rs` files in the project.
2
Extract symbols: — Use LSP's `documentSymbol` or `workspaceSymbol` to get symbol information.
3
Categorize symbols: — Group symbols by type (struct, trait, function, etc.).
4
Analyze dependencies: — Identify internal dependencies between modules.
5
Calculate complexity: — Determine complexity metrics for each file.
6
Generate output: — Format and display the project structure, symbol types, and dependencies.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comRust Code Navigator
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe comRust Refactor Helper
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aFinding Duplicate-Intent Functions
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aAI Project Discovery Protocol
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aUnsafe Rust Checker
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Rust Symbol Analyzer
rust-symbol-analyzer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers7
analyze rust project structurelist structs in the projectshow project structurewhat are the traits in this projectanalyze rust symbolsshow me the project's moduleslist all functions

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download rust-symbol-analyzer
$ synaptic skills detail rust-symbol-analyzer
$ synaptic skills live rust-symbol-analyzer

Links

GitHub Repository