Skip to main content
Back to the directory
antfu/skillsSoftware EngineeringMarketing and Growth

pnpm

Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo support.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
10

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/antfu/skills --skill pnpm
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, pnpm has 10 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: antfu/skills. Canonical URL: https://skills.sh/antfu/skills/pnpm.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo support. pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure and configuration. Always use --frozen-lockfile in CI environments. The skill is based on pnpm 10.x, generated at 2026-01-28. - Enforces strict dependency resolution by default, preventing phantom dependencies; uses content-addressable storage to deduplicate packages across projects - Supports monorepo workspaces with filtering, shared lockfiles, and workspace protocol; configuration via pnpm-workspace.yaml - Includes advanced dependency management: catalogs for centralized version control, overrides to force specific versions, and patches to modify third-party packages - Provides peer dependency auto-install, custom resolution hooks via .pnpmfile.cjs , and package aliases using the npm: protocol - Use --frozen-lockfile in CI environments; check pnpm-workspace.yaml and .npmrc files to...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pnpm do?

Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo support.

Is pnpm good?

pnpm does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support pnpm?

pnpm currently lists compatibility with Skills CLI.

Is pnpm safe to install?

pnpm has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to pnpm?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install pnpm?

Run the following command to install pnpm: npx skills add https://github.com/antfu/skills --skill pnpm

Related skills

More from antfu/skills

Related skills

Alternatives in Software Engineering