Nx Monorepo
Installation
SKILL.md
Nx Monorepo
When to Use
- Organizing apps and libraries in an Nx workspace
- Creating new libraries and deciding on library type/scope
- Configuring caching, affected commands, or CI pipelines
- Setting up or enforcing module boundary rules
- Understanding why a build is slow or cache is missing
When NOT to use:
- Single-package repos or simple npm workspaces without Nx
- Questions about bundlers/compilers themselves (Webpack, esbuild) — use those tools' docs
- General TypeScript or Node.js questions unrelated to workspace structure