What problem does it solve? Managing an Nx monorepo involves complex configuration, unclear project structures, and slow CI pipelines that run everything instead of only what changed. This Skill provides the commands, configuration templates, and troubleshooting guidance needed to explore workspaces, enforce module boundaries, and optimize builds. ## Core Features & Use Cases - Workspace Exploration: List and filter projects with nx show projects, and retrieve fully resolved project configuration via nx show project <name> --json instead of reading partial project.json files. - Affected Analysis & CI/CD: Run only changed projects with nx affected commands, with ready-made pipeline templates for GitHub Actions, GitLab CI, Azure Pipelines, CircleCI, and Jenkins. - Configuration & Boundaries: Apply nx.json and project.json templates, tag-based module boundary rules, and caching strategies including Nx Cloud remote caching. - Use Case: A team notices CI runs all tests on every pull request. Use this Skill to configure affected commands with the correct base SHA and full git history, cutting pipeline time to only the projects impacted by the change. ## Quick Start Ask the AI to list all projects in your Nx workspace and show which ones are affected compared to the main branch.