pnpm

star 1

Use when running pnpm commands, configuring workspaces, or executing parallel scripts.

jasonkuhrt By jasonkuhrt schedule Updated 3/8/2026

name: pnpm description: Use when running pnpm commands, configuring workspaces, or executing parallel scripts.

pnpm

Environment

Use pnpm env for Node version management (not nvm).

Parallel Scripts

CRITICAL: To run multiple scripts in parallel, use pattern matching:

pnpm run '/pattern/'

Example: pnpm run '/docs:dev:.*/' runs all matching scripts concurrently.

NEVER use --parallel flag - it's only for workspace packages, not for running multiple scripts in a single package.

Install via CLI
npx skills add https://github.com/jasonkuhrt/dotfiles --skill pnpm
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator