What problem does it solve?
This Skill stops you from guessing Nx workspace structure, configurations, and targets by providing guided exploration and reference points before running any tasks.
Core Features & Use Cases
- Project Discovery: Runs nx show projects with filters for tags, directories, and targets so you can see every application and library without manual globbing.
- Project Configuration: Uses nx show project name --json to expose targets, executors, options, inputs, outputs, and metadata without digging through partial project files.
- Workspace Reference: Reads nx.json and the affected projects reference to explain defaults, named inputs, plugins, and how workspace changes ripple through dependent projects.
Quick Start
Ask it to list all workspace projects and then inspect a chosen project configuration with Nx show project my-app --json.