monorepo-manager
Installation
SKILL.md
Monorepo Manager
Overview
Analyze, maintain, and optimize monorepo dependency graphs. Detect version mismatches across packages, sync shared dependencies, configure build pipelines, and resolve workspace conflicts that slow teams down.
Instructions
1. Detect monorepo structure
Identify the monorepo tool in use:
- Check for
pnpm-workspace.yaml→ pnpm workspaces - Check
package.jsonfor"workspaces"→ npm/yarn workspaces - Check for
turbo.json→ Turborepo - Check for
nx.json→ Nx - Check for
lerna.json→ Lerna (legacy)
Map all packages:
Related skills