nx-integration
Installation
SKILL.md
Skill: Nx Integration
Goal
Use Nx to detect affected projects and run targets across multiple submodules in the workspace.
Use This Skill When
- You need to detect which submodules are affected by your changes
- You need to run tests or builds only for affected projects
- You need to manage multi-repo Nx projects
- You need to generate Nx project configuration for submodules
Do Not Use This Skill When
- You are only working in a single submodule
- The submodule doesn't have an Nx configuration
- The task is unrelated to Nx operations