What problem does it solve?
This Skill removes the guesswork from creating and updating Nx workspace projects, helping you scaffold libraries, applications, and migrations in a way that matches the repository’s existing conventions.
Core Features & Use Cases
- Generator Discovery: Finds the right Nx generator for the task, preferring local workspace generators when available.
- Safe Scaffolding: Uses no-interactive, dry-run, and source-code inspection steps to avoid misplaced files and unexpected side effects.
- Pattern Matching: Reviews similar projects in the repo so new code follows established naming, structure, and verification standards.
- Use Case: Create a new Angular library, add a workspace feature, or run a migration while keeping the output aligned with existing monorepo practices.
Quick Start
Ask the assistant to create or update an Nx project using the appropriate generator, following the repository’s conventions and verification steps.