nx-workspace

Explore Nx workspace projects, targets, and dependencies with read-only commands.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-workspace-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/yunusgungor/agent-skeleton/tree/main/.kiro/skills/nx-workspace
Command: npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-workspace-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps developers quickly understand and navigate Nx workspaces by exposing project layout, targets, and dependencies without manual digging through config files.

Core Features & Use Cases

  • Read full project configuration using nx show project <name> --json
  • Enumerate projects, types, tags, and targets with nx show projects
  • Visualize workspace dependencies to plan changes and debugging
  • Troubleshoot common Nx configuration issues with guided insights

Quick Start

List all projects with nx show projects, then inspect a specific project with nx show project <name> --json to view full configuration.

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 show projects` command to enumerate projects, types, tags, and targets without manually digging through configuration files.

How do I view the full configuration of a specific project in an Nx workspace?

You can view the full configuration of a specific project in an Nx workspace by running `nx show project <name> --json`, which outputs the complete project configuration for inspection.

How can I visualize Nx workspace dependencies to plan changes?

Visualizing Nx workspace dependencies helps you plan changes and debug by exposing the dependency graph, allowing you to understand project relationships without reading raw config files.

Can I troubleshoot Nx configuration issues by exploring the workspace structure?

Yes, you can troubleshoot Nx configuration issues by using read-only exploration to assess workspace structure, project configurations, target availability, and interpret Nx plugin conventions.

Does this Nx workspace exploration support debugging nx commands?

Yes, exploring an Nx workspace supports debugging nx commands by interpreting Nx configuration, workspace layout, and plugin conventions to help identify issues with targets and dependencies.

What is the best way to understand Nx workspace layout without reading config files?

The best way to understand an Nx workspace layout without reading config files is using read-only exploration commands like `nx show projects` and `nx show project --json` to expose project configurations and dependencies.