nx-workspace

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

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vreddi/overnight-mountain --skill nx-workspace-vreddi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/vreddi/overnight-mountain/tree/main/.cursor/skills/nx-workspace
Command: npx skills add https://github.com/vreddi/overnight-mountain --skill nx-workspace-vreddi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

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: A developer needs to know all the available build targets for a specific library or understand why a particular Nx command is failing.

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 and available build targets in an Nx workspace?

To list projects and available build targets in an Nx workspace, you can perform read-only exploration. It provides programmatic JSON output detailing project structure, configuration, and available targets for detailed analysis.

How can I analyze project dependencies and understand affected projects in my Nx workspace?

You can analyze project dependencies and identify affected projects in an Nx workspace by exploring project relationships. This skill facilitates understanding workspace layout and task execution through detailed dependency analysis.

What is the best way to inspect configuration details for specific targets within an Nx monorepo?

The best way to inspect configuration details for specific targets within an Nx monorepo is viewing detailed configuration for projects and targets. This approach simplifies complex project management and clarifies task execution.

Can I use jq to programmatically filter Nx workspace configuration and task outputs?

Yes, you can use jq with this skill to programmatically filter Nx workspace configuration and task outputs. It supports programmatic answers using JSON output and tools like jq for detailed structural analysis.

Why does my Nx command fail, and how can I check my workspace layout to debug it?

If an Nx command fails, checking your workspace layout helps debug it by detailing project structure, configuration, and dependencies. It provides read-only exploration to facilitate understanding why a particular command is failing.