nx_workspace

Manage Nx monorepo workspaces with task execution and affected analysis.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill nx-workspace-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx_workspace
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28tooling%29/nx-workspace
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill nx-workspace-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you efficiently manage, configure, and optimize your Nx monorepo workspaces, streamlining development and CI/CD processes.

Core Features & Use Cases

  • Workspace Exploration: Understand project structure and dependencies.
  • Task Execution: Run builds, tests, and linters across your monorepo.
  • Affected Analysis: Identify and operate on only the projects impacted by changes.
  • CI/CD Optimization: Integrate Nx's affected commands for faster pipelines.

Quick Start

Explore the projects within your Nx workspace.

Frequently Asked Questions about nx_workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run tasks only for affected projects in an Nx monorepo?

To run affected tasks in an Nx monorepo, use the affected analysis commands. This identifies projects impacted by your changes and executes builds, tests, or linters only on them, optimizing CI pipelines.

What is the best way to explore project dependencies in an Nx workspace?

Exploring project dependencies in an Nx workspace involves using project exploration commands. This maps the dependency graph to clarify project boundaries, streamlining monorepo configuration and build caching strategies.

How does Nx dependency graphing improve CI/CD integration?

Nx dependency graphing improves CI/CD integration by enabling deterministic task running across the monorepo. It identifies affected projects to operate on, significantly reducing pipeline execution times and optimizing workflow outputs.

Can I configure project boundaries for build caching in an Nx monorepo?

Yes, you can configure project boundaries for build caching within an Nx monorepo. The workspace management commands facilitate setup of these boundaries, ensuring deterministic task running and optimized build performance.

When should I use Nx workspace commands for monorepo task execution?

Use Nx workspace commands for monorepo task execution when you need to streamline development and CI/CD processes. It provides deterministic task running and affected analysis for efficiently running builds, tests, and linters.