use-pnpm

Installation
SKILL.md

Use pnpm

Always use pnpm instead of npm or yarn for all package management operations.

Command mapping

Instead of Use
npm install pnpm install
npm install <pkg> pnpm add <pkg>
npm install -D <pkg> pnpm add -D <pkg>
npm uninstall <pkg> pnpm remove <pkg>
npm run <script> pnpm run <script>
npx <cmd> pnpm dlx <cmd>
npm ci pnpm install --frozen-lockfile
Related skills

More from microlinkhq/skills

Installs
11
GitHub Stars
1
First Seen
Mar 22, 2026