nx-workspace

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

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/glacy/course-dashboard --skill nx-workspace-glacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/glacy/course-dashboard/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/glacy/course-dashboard --skill nx-workspace-glacy

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 workspace, making it easier to manage complex monorepos and troubleshoot build or task-related issues.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project and workspace configurations, including targets and their options.
  • Dependency Analysis: Understand project relationships and identify affected projects.
  • Use Case: When encountering an Nx command failure, use this Skill to inspect the project's configuration and available targets to diagnose the problem.

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-workspace skill for project discovery. It provides read-only exploration of your monorepo, allowing you to filter projects by type, tags, or targets to understand the overall organization.

Why does my Nx command fail when running a specific target?

When an Nx command fails, inspect the project's configuration and available targets using the nx-workspace skill. It helps diagnose build or task-related issues by detailing workspace settings and target options to identify misconfigurations.

What is the best way to analyze dependencies in a monorepo?

The best way to analyze dependencies in a monorepo is using the nx-workspace skill for dependency analysis. It maps project relationships and helps identify affected projects within your Nx workspace configuration.

Do I need the Nx CLI installed to inspect workspace configurations?

Yes, you need the Nx CLI installed and accessible within your environment to inspect workspace configurations. The nx-workspace skill relies on the CLI to provide read-only exploration of project structures, targets, and dependencies.

How do I view detailed project configurations in an Nx monorepo?

To view detailed project configurations in an Nx monorepo, use the nx-workspace skill for configuration inspection. It displays detailed workspace and project settings, including specific targets and their available options.