SkillAgentSearch skills...

Zsh Npm Scripts Autocomplete

ZSH plugin for npm scripts autocompletion

Install / Use

npx skills add grigorii-zander/zsh-npm-scripts-autocomplete

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

zsh-npm-scripts-autocomplete

This plugin shows autocomplete suggestions for npm scripts from package.json at current working directory. Works with npm, yarn, bun and pnpm.

Installation

oh-my-zsh

Step 1

Clone this repository to your oh-my-zsh plugins folder
(by default ~/.oh-my-zsh/custom/plugins):

git clone \
  git@github.com:grigorii-zander/zsh-npm-scripts-autocomplete.git \
  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-npm-scripts-autocomplete

Step 2

Add plugin to your .zshrc config:

plugins=(
  zsh-npm-scripts-autocomplete
)

Step 3

Restart your terminal or reload .zshrc config with the following command:

source ~/.zshrc

Step 4 (optional)

Invoke selected script with a single hit of Enter/Return.

zmodload -i zsh/complist
bindkey -M menuselect '^M' .accept-line

https://superuser.com/questions/1498187/zsh-select-menu-auto-completion-with-single-enter-return-press

Related Skills

View on GitHub
GitHub Stars123
CategoryDevelopment
Updated1mo ago
Forks8

Languages

Shell

Security Score

95/100

Audited on Jul 6, 2026

No findings