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

LSP Code Analysis

porlsp-client·lsp-client· v1.0.0 · atualizado em 2026-04-11
82
Score

Semantic code analysis via LSP. Navigate code (definitions, references, implementations), search symbols, preview refactorings, and get file outlines. Use for exploring unfamiliar codebases or performing safe refactoring.

code-analysislspsemantic-analysiscode-navigationrefactoringcode-understanding
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdlsp-code-analysis/workflow
1. Start the LSP server for the project using `lsp server start <project_path>`.
2. Use `lsp outline <file_path>` to get the file structure.
3. Use `lsp definition <file_path> --scope <symbol_name>` to navigate to symbol definitions.
4. Use `lsp reference <file_path> --scope <symbol_name>` to find all usages of a symbol.
5. Use `lsp doc <file_path> --scope <symbol_name>` to get documentation for a symbol.
6. Use `lsp search <symbol_name>` to search for symbols across the workspace.
7. Use `lsp symbol <file_path> --scope <symbol_name>` to get the complete code of a symbol.

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

Similar aEncore Code Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←GitHub Repository Search
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Architecture Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←.NET Performance Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←PR Review Loop
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Remove AI Code Slop
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Better-Result Adoption
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Effective Go
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←SOLID Principles
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

LSP Code Analysis
lsp-code-analysis
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers7
analyze this code semanticallyfind the definition of this functionshow me all usages of this variablerefactor this code safelyexplore this codebasegive me the outline of this filefind implementations of this interface

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 lsp-code-analysis
$ synaptic skills detail lsp-code-analysis
$ synaptic skills live lsp-code-analysis

Links

GitHub Repository