What problem does it solve?
Manually navigating Nx workspace configuration files to understand project structure, dependencies, and available targets is time-consuming and error-prone, especially when debugging failed nx tasks or onboarding to a new monorepo.
Core Features & Use Cases
- Read-only workspace exploration: List all projects, filter by type, tags, or targets, and view workspace-level configuration from nx.json.
- Project and target inspection: Retrieve full resolved configuration for any project, including inferred targets from plugins, target options, inputs, and outputs for caching.
- Dependency and impact analysis: Identify project dependencies, find which projects depend on a specific library, and list projects affected by code changes.
- Use Case: When an nx build task fails, use this skill to quickly check the project's build target configuration and verify if any dependency changes are causing the issue.
Quick Start
Use the nx-workspace skill to list all projects in the current workspace and retrieve the full configuration for the my-app project.