nx-workspace

List Nx projects and inspect configurations and dependency graphs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Shuunen/monorepo --skill nx-workspace-shuunen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/Shuunen/monorepo/tree/main/.github/skills/nx-workspace
Command: npx skills add https://github.com/Shuunen/monorepo --skill nx-workspace-shuunen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and interact with complex Nx monorepos by providing clear commands to inspect projects, configurations, and dependencies.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tag, or target.
  • Configuration Inspection: View detailed project and workspace configurations.
  • Dependency Analysis: Understand project relationships and affected projects.
  • Use Case: When you need to know all the available applications within the monorepo or how a specific library is configured, this skill provides the answers.

Quick Start

Use the nx-workspace skill to list all projects in the 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?

To list all projects in an Nx monorepo, you can use the nx-workspace skill to discover available applications and libraries, filtering them by type, tag, or target to quickly map the workspace structure.

What is the best way to inspect project configurations within an Nx workspace?

Inspecting project configurations within an Nx workspace is done by viewing detailed project and workspace settings, which helps clarify how a specific library is configured and what targets are available.

How do I analyze project dependencies in an Nx monorepo?

Analyzing project dependencies in an Nx monorepo involves generating a dependency graph to understand project relationships, identify affected projects, and debug Nx tasks across the workspace.

Does the nx-workspace skill require access to the Nx CLI to function?

Yes, the nx-workspace skill requires access to Nx CLI commands and project configuration files within the monorepo to properly explore structures and provide accurate workspace-wide settings.

When do I need to explore Nx workspace structures?

You need to explore Nx workspace structures when you are debugging Nx tasks, trying to understand project relationships, or need to know all the available applications within a complex monorepo.