What problem does it solve? Managing a large monorepo with many interdependent JavaScript, TypeScript, and Python projects is slow and error-prone without proper tooling. This Skill provides expert guidance for Nx workspace operations so you can build, test, and lint only what changed instead of the entire repository. ## Core Features & Use Cases - Project Graph Analysis: Visualize and query project dependencies with nx graph to understand how apps and libraries connect. - Affected Detection: Run builds, tests, and lints only on projects impacted by a change using nx affected, dramatically speeding up CI pipelines. - Code Generation & Caching: Scaffold new Next.js, React, Node, or Python (uv) projects with generators, and accelerate repeated tasks with local and Nx Cloud remote caching. - Use Case: After modifying a shared UI library, run nx affected -t test to execute tests only for the apps that depend on it, then connect Nx Cloud so your whole team shares the build cache. ## Quick Start Ask the assistant to show which projects are affected by your current changes and run their tests using Nx.