nx-workspace

Explore Nx workspace structure, project configurations, targets, and dependencies read-only.

Updated Oct 9, 2024
One-click install
npx skills add https://github.com/pengtoshi/pengtoshi-boilerplate --skill nx-workspace-pengtoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/pengtoshi/pengtoshi-boilerplate/tree/main/.cursor/skills/nx-workspace
Command: npx skills add https://github.com/pengtoshi/pengtoshi-boilerplate --skill nx-workspace-pengtoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Nx workspace exploration skill provides read-only insights into an Nx workspace, helping you understand the structure, project configurations, available targets, and dependencies without modifying anything.

Core Features & Use Cases

  • Understand workspace structure and project relationships
  • Inspect project configurations and targets quickly
  • Determine how to filter projects and run commands across the workspace
  • Use cases: when debugging NX tasks, verifying configuration before running builds, or assessing project scope.

Quick Start

Ask NX to show projects and inspect a project's configuration to understand the workspace layout.

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 an Nx workspace, you use read-only exploration to understand project configurations, available targets, and dependencies. It describes commands and filtering syntax to inspect projects safely without making changes.

How can I check project dependencies in an Nx workspace?

You can check project dependencies in an Nx workspace by running read-only exploration commands that output JSON. This safely maps project relationships and dependencies without modifying the workspace.

What is the best way to debug Nx tasks without modifying the workspace?

The best way to debug Nx tasks without modifying the workspace is read-only exploration. It provides filtering syntax and JSON outputs to inspect configurations and targets safely.

How do I filter projects and run commands across an Nx workspace?

To filter projects across an Nx workspace, use specific filtering syntax during read-only exploration. This determines the correct filters and describes commands to inspect targeted project configurations safely.

Can I inspect Nx project configurations without running a build?

Yes, you can inspect Nx project configurations without running a build through read-only exploration. It uses JSON outputs to assess project scope and targets, leaving the workspace unchanged.