Navigate Nx CLI workspace projects
nx-cliskillsetup L2★0
j-mckerracher/agent-runner ↗What it does
Navigate Nx monorepo tasks, generators, and cache using CLI
Best for
Monorepo development when task discovery and affected-scope analysis speed up iteration.
Inputs
- · project name or glob pattern
- · target name (build/test/lint)
Outputs
- · task graph visualization
- · affected projects list
- · cache hit/miss status
Requires
- · nx cli
- · angular/react generators
Preconditions
Nx workspace initialized; projects configured
Failure modes
Outdated cache; incorrect affected-scope due to missing project dependencies
Trust signals
- · Project/target discovery commands
- · Task graph and cache introspection