nx-workspace

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

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/buisihung11/prototype-zero --skill nx-workspace-buisihung11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/buisihung11/prototype-zero/tree/main/.cursor/skills/nx-workspace
Command: npx skills add https://github.com/buisihung11/prototype-zero --skill nx-workspace-buisihung11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and interact with the structure, configuration, and tasks within an Nx workspace, simplifying complex project management.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project and workspace configurations.
  • Task Identification: Determine available targets and their configurations for any project.
  • Dependency Analysis: Understand project relationships and affected projects.
  • Use Case: Before running a build command, you can use this skill to check the exact configuration of the build target for a specific project to ensure it's set up correctly.

Quick Start

Use the nx-workspace skill to list all projects in the current 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 the `nx show projects` command. This allows you to discover the full project structure and filter them by type, tags, or available targets.

Can I inspect Nx project configurations before running a build?

Yes, you can inspect Nx project configurations before a build by using the `nx show project` command. This reveals detailed target configurations and project setups to ensure everything is defined correctly.

How do I check project dependencies and affected projects in an Nx workspace?

You can check project dependencies and affected projects in an Nx workspace by exploring the workspace structure. This analysis helps you understand project relationships and verify how changes impact connected targets.

What is the best way to debug Nx task failures?

The best way to debug Nx task failures is to inspect the exact target configuration for the specific project. Verifying the project setup and its dependencies helps identify misconfigurations causing the execution error.

Does the nx-workspace skill modify my workspace configurations?

No, the nx-workspace skill provides read-only exploration of your Nx workspace. It details project structure, configurations, and dependencies without modifying any files or settings.

Why do I need the Nx CLI to use this workspace exploration skill?

You need the Nx CLI because this skill requires `nx show projects` and `nx show project` commands for data retrieval. These commands fetch the underlying workspace structure and configuration details for analysis.