Package Management skills for AI agents
8 practitioner-grade package management skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Bundling Libraries
Bundling JavaScript/TypeScript libraries for distribution using tsup, unbuild, and Rollup
395 lines - Dependency Audit
Security auditing npm dependencies for vulnerabilities, license compliance, and supply chain risks
362 lines - Lockfile Management
Lock file strategies for deterministic installs across npm, pnpm, and Yarn
282 lines - Npm Publishing
Publishing packages to the npm registry with proper configuration, access control, and release automation
234 lines - Pnpm
pnpm workspace management for monorepos with content-addressable storage and strict dependency isolation
276 lines - Private Registries
Setting up and using private npm registries with Verdaccio, GitHub Packages, and GitLab Package Registry
309 lines - Semantic Versioning
Semantic versioning (SemVer) conventions, version ranges, and strategies for managing breaking changes
211 lines - Yarn Berry
Yarn Berry (v2+) with Plug'n'Play, zero-installs, constraints, and workspace management
285 lines