package-json-maintenance
Installation
SKILL.md
Package.json Maintenance
Manages JavaScript package maintenance tasks in an isolated worktree, including security audits and dependency updates. Automatically detects and uses the project's package manager (npm, yarn, pnpm, or bun).
Arguments
- Specific packages:
jest @types/jest - All packages:
. - Glob patterns:
@testing-library/* jest*
Workflow Selection
Based on user request:
- Security audit (audit, CVE, vulnerabilities, security): Read references/audit-workflow.md
- Dependency updates (update, upgrade, latest, modernize): Read references/update-workflow.md