What problem does it solve? Node.js projects often suffer from phantom dependencies, duplicated packages wasting disk space, and inconsistent versions across monorepos. This Skill provides guidance for using pnpm's strict dependency resolution, content-addressable store, and workspace tooling to manage packages correctly. ## Core Features & Use Cases - CLI & Configuration Guidance: Covers install, add, update, run, exec, and dlx commands plus pnpm-workspace.yaml and .npmrc settings. - Monorepo Workspaces: Explains workspace protocol, package filtering, topological builds, and shared lockfiles for multi-package repositories. - Advanced Dependency Control: Documents catalogs for centralized versions, overrides for transitive dependencies, patches for third-party fixes, and peer dependency rules. - Use Case: When migrating a monorepo from npm to pnpm, use this Skill to convert lockfiles, set up pnpm-workspace.yaml with catalogs, and configure CI with --frozen-lockfile installs. ## Quick Start Ask the AI to help you migrate your project from npm to pnpm and configure a workspace with shared dependency catalogs.