nx-workspace

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand, explore, and manage the structure and configuration of Nx workspaces, making it easier to work with complex monorepos.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project and target configurations, including inferred targets.
  • Dependency Analysis: Understand project relationships and dependencies within the workspace.
  • Use Case: When you need to find out what targets are available for a specific project or how a particular library is configured, this skill provides the answers.

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 projects in an Nx workspace, you can use read-only exploration commands like `nx show projects` to discover all available projects and filter them by type or tags.

How do I inspect the configuration of a specific project in an Nx monorepo?

You can inspect an Nx monorepo project configuration by running `nx show project <name> --json` to view detailed target configurations, including inferred targets and dependencies.

What is the best way to analyze dependencies between projects in an Nx workspace?

Analyzing Nx workspace dependencies is done using `nx graph --print` for programmatic data retrieval, which details project relationships and structure within the monorepo.

Can I debug task failures by viewing Nx workspace configurations?

Yes, you can debug Nx task failures by performing read-only exploration of the workspace to verify configurations, inspect target details, and understand project structure before execution.

Does this Nx workspace exploration method modify my monorepo configuration?

No, this method provides strictly read-only exploration of Nx workspaces, meaning it only retrieves data to help you understand the layout and configurations without modifying any files.