Agent Skills: npm

Handle npm package installation in non-interactive environments by piping confirmations. Use when installing Node.js packages that require user confirmation prompts.

UncategorizedID: plurigrid/asi/npm

Install this agent skill to your local

pnpm dlx add-skill https://github.com/plurigrid/asi/tree/HEAD/skills/npm

Skill Files

Browse the full folder contents for npm.

Download Skill

Loading file tree…

skills/npm/SKILL.md

Skill Metadata

Name
npm
Description
Handle npm package installation in non-interactive environments by piping confirmations. Use when installing Node.js packages that require user confirmation prompts.

When using npm to install packages, you will not be able to use an interactive shell, and it may be hard to confirm your actions. As an alternative, you can pipe in the output of the unix "yes" command to confirm your actions.