What problem does it solve?
This Skill provides read-only exploration of Nx workspaces. It helps you understand workspace structure, project configuration, available targets, and dependencies, so you can quickly answer questions about the current setup and task flow.
Core Features & Use Cases
- Listing and filtering projects with nx show projects, including explicit names, glob patterns and tags.
- Inspecting project configuration with nx show project <name> --json to view root, sourceRoot, targets, and tags.
- Exploring targets and workspace configuration using commands like nx show project and nx show projects with --withTarget and by examining nx.json and related metadata.
- Understanding dependencies and project relationships via project graphs and nx graph outputs for planning changes and impact analysis.
Quick Start
Ask me to list projects with nx show projects or inspect a specific project with nx show project <name> to view its configuration.