pnpm

Installation
Summary

Node.js dependency management with monorepo workspaces, catalogs, and supply chain security features.

  • Supports workspace protocol for internal package linking, centralized version catalogs, and transitive dependency overrides to resolve conflicts
  • Includes patch functionality for third-party packages, content-addressable store for efficiency, and strict dependency resolution
  • Provides filtering and scripting commands for running tasks across monorepo packages or targeting specific workspaces
  • Reference documentation covers CLI commands, workspace configuration, advanced features like patches and hooks, and CI/CD pipeline setup
SKILL.md

pnpm

Content-addressable store, strict deps, workspace protocol, catalogs.

When to Use

  • Installing/managing npm packages
  • Monorepo workspace setup with catalogs
  • Overriding transitive dependencies
  • Patching third-party packages
  • CI/CD configuration for pnpm projects
  • Supply chain security hardening

Quick Start

pnpm install                      # Install deps
pnpm add <pkg>                    # Add dep
pnpm add -D <pkg>                 # Dev dep
Related skills

More from onmax/nuxt-skills

Installs
1.1K
GitHub Stars
658
First Seen
Jan 28, 2026