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
- If the user asks about installing or removing packages → run
python scripts/validate.py install - If the user asks about updating dependencies → run
python scripts/validate.py outdated - If the user asks about auditing for vulnerabilities → run
python scripts/validate.py audit - If the user asks about publishing packages → run
python scripts/validate.py publish - If the user asks about dependency troubleshooting → run
python scripts/validate.py doctor