monorepo-management

Installation
SKILL.md

Monorepo Management with PNPM

Best practices for managing large PNPM monorepos following Constructive conventions. Covers workspace configuration, dependency management, selective builds, and package organization.

When to Apply

Use this skill when:

  • Managing a multi-package repository
  • Configuring workspace dependencies
  • Setting up selective builds and filtering
  • Organizing packages in a large codebase
  • Configuring lerna versioning strategies

Workspace Configuration

pnpm-workspace.yaml

Define package locations:

Installs
8
First Seen
Feb 27, 2026
monorepo-management — constructive-io/constructive-skills