nx-workspace

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

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Freddy-18-18/red-salud --skill nx-workspace-freddy-18-18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/Freddy-18-18/red-salud/tree/main/.github/skills/nx-workspace
Command: npx skills add https://github.com/Freddy-18-18/red-salud --skill nx-workspace-freddy-18-18

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, making it easier to discover projects, configurations, and available tasks.

Core Features & Use Cases

  • Project Discovery: List all projects, filter by type, tags, or targets.
  • Configuration Inspection: View detailed project configurations and workspace settings.
  • Task Identification: Determine available targets and their options for any project.
  • Use Case: When you need to know how a specific project is configured or what commands can be run against it, 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?

To list all projects in an Nx workspace, you can use the nx-workspace skill to discover the project structure, filtering by type, tags, or available targets. This provides a clear overview of the entire monorepo layout.

How can I inspect project configurations and workspace settings in a monorepo?

Inspecting project configurations and workspace settings in a monorepo involves reading the detailed project configurations and workspace settings. The skill provides read-only exploration to view these settings directly.

How do I identify available targets and their options for a specific Nx project?

Identifying available targets and their options for a specific Nx project requires task identification. The skill details available targets and their options for any project to facilitate understanding of task execution.

Can I programmatically analyze project graphs and configurations using Nx CLI?

Yes, you can programmatically analyze project graphs and configurations using Nx CLI commands. The skill supports programmatic analysis by leveraging Nx CLI commands and parsing their JSON output.

What is the best way to understand dependencies in an Nx monorepo?

Understanding dependencies in an Nx monorepo is best achieved through read-only exploration of the workspace. This approach details project structures, configurations, and dependencies to map the project graph.