Manages pnpm 10.x monorepos using workspace protocols, catalogs for version synchronization, and advanced filtering for efficient CI/CD.
This skill provides specialized guidance for architecting and maintaining high-performance monorepos using pnpm 10.x. It automates the configuration of pnpm-workspace.yaml, enforces the workspace protocol for secure internal linking, and implements the catalog protocol to eliminate dependency version drift across multiple packages. By leveraging advanced filtering and CI/CD best practices—such as content-addressable storage, frozen lockfiles, and Changesets—this skill ensures a scalable, disk-efficient, and secure development workflow for complex software stacks.
Características Principales
01Advanced command filtering for targeted builds and testing
02Automated versioning and publishing workflows with Changesets
03pnpm 10.x workspace configuration and package discovery
04Centralized version synchronization with pnpm catalogs
05Internal package linking using the workspace:* protocol
065 GitHub stars
Casos de Uso
01Migrating existing npm or Yarn workspaces to pnpm v10 for better performance
02Optimizing CI/CD pipelines to only build and test affected packages in a monorepo
03Setting up a new monorepo with shared UI, types, and utility packages