nx_workspace

Explore Nx workspace projects, configurations, and dependencies read-only.

1|Updated Apr 15, 2025
One-click install
npx skills add https://github.com/shanieMoonlight/moonlight-repo --skill nx-workspace-shaniemoonlight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx_workspace
Source: https://github.com/shanieMoonlight/moonlight-repo/tree/main/.gemini/skills/nx-workspace
Command: npx skills add https://github.com/shanieMoonlight/moonlight-repo --skill nx-workspace-shaniemoonlight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and interact with complex Nx workspaces by providing clear commands for project discovery, configuration inspection, and task execution.

Core Features & Use Cases

  • Project Listing: Discover all projects, filter by type, tags, or targets.
  • Configuration Details: Get full, resolved configurations for projects and targets.
  • Dependency Analysis: Understand project relationships and dependencies.
  • Use Case: When you need to know which projects are affected by a code change or how to build a specific application within the monorepo.

Quick Start

List all projects in the current Nx 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 project discovery commands to enumerate every project and filter them by type, tags, or available targets. This provides a clear overview of the entire monorepo structure.

How do I inspect resolved configurations for Nx targets?

You can inspect Nx target configurations by requesting full, resolved configuration details for specific projects. This reveals the exact task execution settings and prerequisites applied to targets within the monorepo.

How do I analyze project dependencies in an Nx monorepo?

Analyzing Nx monorepo dependencies involves mapping project relationships to reveal structural connections. This helps you understand which projects are affected by a code change before executing build tasks.

Can I debug Nx command failures and verify configurations before task execution?

You can debug Nx command failures and verify configurations before task execution by exploring the workspace structure. This read-only inspection confirms target settings and identifies missing prerequisites.

What is the best way to understand which projects are affected by a code change in a monorepo?

The best way to understand affected projects in a monorepo is through dependency analysis. It maps project relationships so you can see exactly what is impacted by a specific code change.

Does this Nx workspace exploration modify my project configurations?

No, Nx workspace exploration is strictly read-only. It provides configuration inspection and dependency analysis without modifying your project files or altering task execution settings.