nx_workspace

Explore Nx workspace projects, configurations, targets, and dependencies.

Updated Oct 13, 2025
One-click install
npx skills add https://github.com/effinrich/rh-nx-monorepo --skill nx-workspace-effinrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx_workspace
Source: https://github.com/effinrich/rh-nx-monorepo/tree/main/.cursor/skills/nx-workspace
Command: npx skills add https://github.com/effinrich/rh-nx-monorepo --skill nx-workspace-effinrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand the structure, configuration, and capabilities of an Nx monorepo, enabling efficient development and troubleshooting.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project and workspace configurations.
  • Dependency Analysis: Understand project relationships and dependencies.
  • Use Case: Quickly find out which projects have a 'build' target or list all libraries within the 'shared' scope.

Quick Start

List all projects in the current 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 list all projects in an Nx workspace?

To list all projects in an Nx workspace, you can use project discovery features to retrieve project structures and configurations. This allows you to view all projects or filter them by type, tags, or targets for specific libraries.

How do I find which Nx projects have a specific target like build?

You can find which Nx projects have a specific target by filtering projects based on their configured targets. This allows you to quickly identify all applications or libraries set up to run a particular command.

What is the best way to analyze project dependencies in an Nx monorepo?

The best way to analyze project dependencies in an Nx monorepo is to use dependency analysis features to map project relationships. This helps you trace how different projects and libraries interact within the project graph.

Can I view detailed workspace and project configurations in an Nx monorepo?

Yes, you can view detailed workspace and project configurations in an Nx monorepo using configuration inspection. This provides read-only exploration of settings, aiding in efficient development and troubleshooting.

How do I debug Nx command failures in a monorepo?

To debug Nx command failures in a monorepo, you can inspect project configurations and dependencies. Understanding the project graph and verifying target setups helps identify misconfigurations or missing dependencies causing failures.

Does this Nx workspace exploration support programmatic data retrieval?

Yes, Nx workspace exploration supports programmatic data retrieval using JSON output and jq. This allows for precise information extraction from project structures and configurations for automated workflows or custom reporting.