node-package-management

Index Node.js package manager commands for npm, pnpm, yarn, and bun.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Saturate/claude --skill node-package-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-package-management
Source: https://github.com/Saturate/claude/tree/main/skills/node-package-management
Command: npx skills add https://github.com/Saturate/claude --skill node-package-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates guidance for Node.js package managers (npm, pnpm, yarn, bun) to remove guesswork when installing, auditing, and migrating across monorepos.

Core Features & Use Cases

  • Cross-manager guidance: npm, pnpm, yarn, bun commands and flags.
  • Monorepo support: workspaces, hoisting, and project-wide consistency.
  • Migration assistance: workflows to transition between managers and lockfile updates.
  • Security & auditing references: best practices for audits and lockfiles.

Quick Start

Provide the exact sequence of commands needed to set up a monorepo using npm, pnpm, yarn, or bun and verify dependencies across all workspaces.

Frequently Asked Questions about node-package-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a monorepo with npm, pnpm, yarn, or bun workspaces?

Setting up a monorepo with workspaces involves configuring your package.json to define workspace paths, then using the exact sequence of install commands for npm, pnpm, yarn, or bun to link local packages and verify dependencies across all projects.

What is the best way to migrate dependencies between Node package managers?

The best way to migrate dependencies between Node package managers is to follow structured transition workflows that update lockfiles and map commands across npm, pnpm, yarn, and bun to ensure consistent dependency resolution and maintain project-wide workflow consistency.

How do I run security audits and manage lockfiles across different package managers?

Running security audits and managing lockfiles involves using manager-specific audit commands and best practices for npm, pnpm, yarn, or bun to detect vulnerabilities and maintain consistent dependency states across monorepos and multi-workspace setups.

Can I use this reference guide to manage multi-workspace setups with bun?

Yes, the reference guide supports multi-workspace setups with bun, providing the exact command mappings and best practices needed to install dependencies, manage workspaces, and ensure project-wide consistency.

What are the differences in dependency hoisting between pnpm and yarn workspaces?

Dependency hoisting differences between pnpm and yarn workspaces dictate how packages are linked and resolved in a monorepo, and the reference guide maps these specific behaviors to help you maintain project-wide consistency.