nx-workspace

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

8|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/AIluffy/io --skill nx-workspace-ailuffy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/AIluffy/io/tree/main/.github/skills/nx-workspace
Command: npx skills add https://github.com/AIluffy/io --skill nx-workspace-ailuffy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 projects and troubleshoot build or task issues.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project and target configurations, including inputs and outputs for caching.
  • Dependency Analysis: Understand project relationships and identify affected projects.
  • Use Case: When you need to know which projects are affected by a code change or how to run a specific target for a project, this skill provides the necessary information.

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?

You can list all projects in an Nx workspace by using a read-only exploration tool that provides project discovery features. It details the project structures and allows filtering by type, tags, or targets to help you understand the workspace layout.

How do I find which projects are affected by a code change in my monorepo?

To find affected projects in a monorepo, you can analyze project dependencies within your Nx workspace. This read-only exploration identifies project relationships, allowing you to see exactly which projects are impacted by a specific code change.

How can I inspect Nx target configurations and inputs for caching?

You can inspect Nx target configurations by using a workspace exploration skill that provides detailed configuration inspection. It displays target definitions, including the specific inputs and outputs required for task caching, helping you verify setup and debug failures.

Can I get Nx workspace project data as JSON for integration with other tools?

Yes, you can retrieve Nx workspace project data as JSON. The exploration skill supports programmatic data retrieval via JSON output, enabling seamless integration with other build tools and scripts for automated workspace management and analysis.

Why does my Nx task runner fail to execute a specific target?

An Nx task runner might fail if the target definition is misconfigured. You can debug task failures by inspecting the detailed project and target configurations within your workspace to verify that all inputs, outputs, and dependencies are correctly defined.