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

Sandbox npm Install

porgithub·github· v1.0.0 · atualizado em 2026-04-10
80
Score

Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.

npmnode-modulesdockersandboxvirtiofsnative-binariespackage-management
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsandbox-npm-install/workflow
1. Detect the need for npm package installation/reinstallation in a Docker sandbox.
2. Identify the workspace directory containing `package.json`.
3. Copy `package.json`, `package-lock.json`, and `.npmrc` to a local ext4 directory.
4. Run `npm ci` or `npm install` in the local directory.
5. Create a symlink from the local `node_modules` to the workspace.
6. Verify the installation by running tests or build commands.
7. If using Vite, update `server.fs.allow` to include the symlink target's parent directory.

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 aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90

Árvore do Skill

Sandbox npm Install
sandbox-npm-install
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
install npm packages in sandboxreinstall node_modules in dockerfix native binary crashes in containerupdate npm dependencies in sandboxinstall playwright in dockerrun install script in workspaceresolve SIGILL errors in dockerresolve SIGSEGV errors in docker

Avaliar este Skill

Score Breakdown

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

Instalação

$ synaptic mcp download sandbox-npm-install
$ synaptic skills detail sandbox-npm-install
$ synaptic skills live sandbox-npm-install

Dependências

npmnode.jsesbuildlightningcssrollupviteplaywright

Links

GitHub Repository