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

Rust Code Navigator

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

Navigate Rust code using the Language Server Protocol (LSP). This skill is triggered by commands such as '/navigate', 'go to definition', 'find references', and 'where is defined', as well as their Chinese equivalents.

rustlspcode-navigationcode-analysisrust-analyzerdeveloper-tooling
Linguagens
Rust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdrust-code-navigator/workflow
1. User asks to navigate or understand a Rust symbol.
2. Agent parses the request and identifies the symbol and optional location.
3. Agent determines the appropriate LSP operation (e.g., goToDefinition, findReferences).
4. Agent executes the LSP operation using rust-analyzer.
5. Agent formats and presents the results to the user, including file path, code snippet, and documentation.
6. If multiple results are found (e.g., multiple definitions), the agent prompts the user to clarify.

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 com ←Rust Refactor Helper
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Rust Symbol Analyzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aPerformance Optimization
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aKnitwork Processing
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aConcurrency
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Rust Code Navigator
rust-code-navigator
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers10
navigate rust codego to definition in rustfind references in rustwhere is this rust symbol definedwho uses this rust functionshow me the definition of this rust structfind all usages of this rust variablejump to definition in rust查找引用 in rust定义在哪 in rust

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-code-navigator
$ synaptic skills detail rust-code-navigator
$ synaptic skills live rust-code-navigator

Dependências

rust-analyzer

Links

GitHub Repository