pnpm-workspaces

Solid

pnpm workspace patterns and dependency management.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
36
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# pnpm Workspaces Skill Expert assistance for pnpm workspace management. ## Capabilities - Configure workspaces - Manage dependencies - Handle peer dependencies - Publish packages - Optimize node_modules ## Configuration ```yaml # pnpm-workspace.yaml packages: - 'apps/*' - 'packages/*' ``` ```json // package.json { "name": "root", "private": true, "scripts": { "build": "pnpm -r build", "dev": "pnpm -r --parallel dev" } } ``` ## Commands ```bash # Install in workspace pnpm add lodash --filter @repo/web # Run in all packages pnpm -r build # Run in specific package pnpm --filter @repo/ui build ``` ## Target Processes - monorepo-setup - dependency-management - package-publishing

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

pnpm

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.

1 Updated today
anantkanok
AI & Automation Listed

pnpm

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.

335 Updated today
aiskillstore
Code & Development Solid

pnpm

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.

5,142 Updated 1 months ago
antfu
Data & Documents Listed

link-workspace-packages

Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.

2 Updated today
wahidyankf
Code & Development Listed

fec-monorepo-project-standard

Use when creating, reviewing, or restructuring frontend monorepos with pnpm workspace, Turborepo, Nx, multi-package dependency boundaries, task orchestration, package naming, or package publishing; Chinese triggers include monorepo, workspace, 多包.

14 Updated today
bovinphang