Monorepo Manager
PremiumMonorepos are the architecture of choice for companies like Google, Meta, and Vercel — but they come with unique challenges that single-repo tools can't handle. When you change a shared utility package, which apps need rebuilding? When CI runs on every push, how do you avoid rebuilding 50 unchanged packages? When you bump a version, how do you cascade that through 20 dependent packages? These questions eat hours every week. This skill maps your full workspace dependency graph, detects exactly which packages are affected by git changes (including transitive dependencies), generates scoped CI configs that only build what changed, and handles cross-package version bumps with cascade. Supports npm/yarn/pnpm workspaces, Turborepo, and Nx.
---
name: monorepo-manager
description: >-
Manage monorepo workspace dependencies, detect affected packages from git
changes, generate scoped CI pipelines, and handle cross-package version
bumps. Use when the user asks to analyze workspace dependencies, find
affected packages, bump versions across packages, or generate CI config
for changed packages in a monorepo.
version: "1.0.0"
tools:
- Bash
- Read
- Write
- Grep
- GlobDownload
This is a premium skill. Download is included free with any paid plan.
Unlock with any paid plan
Installation
1. Download the ZIP
Click the download button above
2. Extract to skills directory
~/.claude/skills/monorepo-manager/3. Restart Claude Code
The skill auto-discovers on next session