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

Basic Remote Pack (Always /tmp)

poryamadashy·yamadashy· v1.0.0 · atualizado em 2026-04-10
82
Score

Use this skill when the user wants to analyze or explore a codebase (remote or local repository) using Repomix. Triggers on requests such as 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', and 'how many files/tokens'. Runs the Repomix CLI to pack repositories and then analyzes the output.

code-analysisrepository-explorationstatic-analysiscodebase-understandingrepomixcode-metrics
Linguagens
multi-language
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdrepomix-explorer/workflow
1
Determine the repository location: — Identify if the user is referring to a remote repository or a local directory.
2
Construct the Repomix command: — Build the appropriate `npx repomix` command with necessary flags (e.g., `--remote`, `--output`, `--compress`, `--include`).
3
Execute the command: — Run the Repomix command using the shell.
4
Check command output: — Note the files processed, total characters, total tokens, and output file location.
5
Analyze the output file: — Use `grep` to search for patterns and read relevant sections of the output file.
6
Provide insights: — Summarize the findings, including metrics, structure overview, and pattern matches.
7
Suggest next steps: — Recommend areas for further exploration or analysis.

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 aRust Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFix Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Basic Remote Pack (Always /tmp)
repomix-explorer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.RECOMMEND
Triggers10
analyze this repoexplore codebasewhat's the structurefind patterns in repohow many files/tokensanalyze the repositoryexplore the codeunderstand the projectfind specific codeshow me the code structure

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 repomix-explorer
$ synaptic skills detail repomix-explorer
$ synaptic skills live repomix-explorer

Dependências

repomixgrep

Links

GitHub Repository