Monorepo Nx
Use this skill as a basic starting point.
Workflow
- Review the Nx workspace structure and target configuration.
- Identify app, library, and dependency boundaries.
- Keep generators, targets, and project references consistent.
- Avoid broad changes that disrupt existing workspace behavior.
- Verify relevant Nx targets after changes.
Output
- Produce practical Nx workspace changes.
- Keep architecture maintainable and scalable.
- Prefer explicit boundaries over hidden coupling.