nx-workspace

Explore Nx workspace projects, configurations, and dependencies via JSON output.

Updated May 21, 2025
One-click install
npx skills add https://github.com/stixx200/fotobox-v2 --skill nx-workspace-stixx200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/stixx200/fotobox-v2/tree/main/.github/skills/nx-workspace
Command: npx skills add https://github.com/stixx200/fotobox-v2 --skill nx-workspace-stixx200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand the structure, configuration, and capabilities of an Nx workspace, enabling them to effectively manage projects and tasks.

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 settings.
  • Dependency Analysis: Understand project relationships and identify affected projects.
  • Use Case: A developer needs to find out which projects depend on a specific UI library or how to run the build target for a particular application.

Quick Start

Use the nx-workspace skill to list all applications 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 inspect Nx workspace configurations, the Skill provides detailed project and target configurations, including inferred settings, workspace-level settings, and target definitions. This allows you to view the exact setup of your projects.

How can I find which projects depend on a specific library in an Nx workspace?

Yes, you can filter projects in an Nx workspace by type, tags, or targets during project discovery. This filtering capability helps narrow down the list of projects to those matching specific criteria.

What is the best way to get Nx workspace project data for integration with other tools?

No, the nx-workspace Skill provides read-only exploration of Nx workspaces, detailing project structures, configurations, and task execution capabilities without modifying any files. It is designed strictly for analysis.

How do I view target definitions and task execution capabilities in an Nx workspace?

To view target definitions in an Nx workspace, the Skill facilitates understanding of workspace-level settings, target definitions, and task execution capabilities. This allows you to see how to run build targets for applications.