Zsh Npm Scripts Autocomplete
ZSH plugin for npm scripts autocompletion
Install / Use
npx skills add grigorii-zander/zsh-npm-scripts-autocompleteInstalls into whichever agent you are using.
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
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
