010103-package-operations

Installation
SKILL.md

Package Operations

This skill covers day-to-day package management operations across npm, pnpm, and bun.

How to use this skill

  1. If the user asks about installing or removing packages → run python scripts/validate.py install
  2. If the user asks about updating dependencies → run python scripts/validate.py outdated
  3. If the user asks about auditing for vulnerabilities → run python scripts/validate.py audit
  4. If the user asks about publishing packages → run python scripts/validate.py publish
  5. If the user asks about dependency troubleshooting → run python scripts/validate.py doctor

Quick reference

Installs
3
GitHub Stars
2
First Seen
May 25, 2026
010103-package-operations — natuleadan/skills