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

Smart Explore

porthedotmack·thedotmack· v1.0.0 · atualizado em 2026-04-10
79
Score

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

code-explorationast-parsingcode-searchcode-understandingtoken-optimizationstructural-analysis
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsmart-explore/workflow
1
Search: — Use `smart_search` to discover relevant files and symbols based on a query.
2
Outline: — Use `smart_outline` to get a structural skeleton of a specific file.
3
Unfold: — Use `smart_unfold` to see the full implementation of a specific symbol.
4
Review: — Analyze the results from the smart_* tools to understand the code structure and implementation.
5
Repeat: — Iterate through steps 1-3 as needed to explore different parts of the codebase.
6
Fallback: — If smart_* tools are not suitable, use `Grep`, `Read`, or `Glob` for specific tasks.

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智能搜索路由器
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aAnti-Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aCoding Standards & Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCommit work
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Smart Explore
smart-explore
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
explore the codebase using AST parsingfind functions in the code efficientlyunderstand code structuresearch for code using smart searchuse smart outline to get file structureunfold a symbol to see its implementationperform structural code exploration

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 smart-explore
$ synaptic skills detail smart-explore
$ synaptic skills live smart-explore

Dependências

tree-sitter

Links

GitHub Repository