nx-workspace

Explore Nx workspace projects, targets, and configuration via read-only commands.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/iqbal125/typescript_projects --skill nx-workspace-iqbal125
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/iqbal125/typescript_projects/tree/main/nestjs-react-monorepo-nx/.agents/skills/nx-workspace
Command: npx skills add https://github.com/iqbal125/typescript_projects --skill nx-workspace-iqbal125

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nx workspaces can be large and complex; this skill provides read-only exploration to quickly identify projects, view their configurations, and discover available targets and dependencies.

Core Features & Use Cases

  • List all projects in the workspace and filter by type or tags.
  • Inspect project configuration and a specific target's settings, including executor and options.
  • Discover dependencies between projects and understand how changes propagate.
  • Troubleshoot configuration issues by examining nx.json and resolved project schema.

Quick Start

List projects with nx show projects to get an overview and view a project's full configuration with nx show project <name> --json.

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?

You can list projects in an Nx workspace by running the `nx show projects` command, which provides a complete overview and allows filtering by type or tags to identify specific configurations.

How do I inspect a specific target's configuration in an Nx monorepo?

You can inspect a specific target's configuration in an Nx monorepo by running `nx show project <name> --json`, which displays the resolved project schema, including executor settings and options.

How can I discover dependencies between projects in an Nx workspace?

You can discover dependencies between projects in an Nx workspace to understand how changes propagate by examining the workspace structure and resolved project configuration using read-only exploration commands.

Can I troubleshoot Nx configuration issues by examining nx.json?

Yes, you can troubleshoot Nx configuration issues by examining the `nx.json` file and viewing the resolved project schema to identify misconfigured targets or incorrect project settings.

Does this tool execute Nx commands directly to view workspace configuration?

Yes, it executes Nx commands, automatically prefixing them with `npx`, `pnpx`, or `yarn` when needed, to present structured results about projects, targets, and dependencies directly.