Skip to main content
Back to registry

pnpm

antfu/skills

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...

Installs6
Install command
npx skills add https://github.com/antfu/skills --skill pnpm
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
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.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pnpm do?

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...

Is pnpm good?

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

What agent does pnpm work with?

pnpm currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to pnpm?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install pnpm?

npx skills add https://github.com/antfu/skills --skill pnpm

Related skills

More from antfu/skills

Related skills

Alternatives in Software Engineering