nx-workspace

Explore Nx workspace projects, configurations, targets, and dependencies via JSON output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and interact with Nx workspaces, making it easier to manage projects, configurations, and tasks within complex monorepos.

Core Features & Use Cases

  • Project Discovery: List and filter projects within the workspace.
  • Configuration Inspection: View detailed configuration for projects and targets.
  • Dependency Analysis: Understand project relationships and affected projects.
  • Use Case: You need to find out which projects depend on a specific UI library or how a particular application is configured to run.

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 monorepo?

You can list all projects in an Nx monorepo using project discovery features to filter and display the workspace structure. This facilitates understanding of complex monorepo layouts and task execution contexts.

How do I view configuration details for specific targets in an Nx workspace?

You can view configuration details for specific targets in an Nx workspace through configuration inspection. This provides read-only exploration of project configurations, detailing how applications are configured to run within the monorepo.

Can I analyze project dependencies and find affected projects in an Nx monorepo?

Yes, you can analyze project dependencies and find affected projects in an Nx monorepo through dependency analysis. This reveals project relationships and identifies which projects depend on specific shared libraries.

Does the Nx workspace skill support modifying project configurations or is it read-only?

The Nx workspace skill is strictly read-only. It provides read-only exploration of project structures, configurations, and dependencies, but does not modify or write changes to the monorepo setup.

How do I get JSON output for programmatic analysis of Nx workspace elements?

You can get JSON output for programmatic analysis of Nx workspace elements by using the skill's exploration features. This supports integration with other tools by formatting project structures and configurations as JSON.

What is the best way to understand task execution contexts within a complex Nx monorepo?

The best way to understand task execution contexts within an Nx monorepo is to use workspace exploration tools. They detail project configurations and dependencies, clarifying how tasks are executed across the workspace.