What problem does it solve?
Manually creating Nx monorepo projects (apps, libraries, boilerplate) leads to inconsistent codebase structure, missed convention adherence, and wasted time on repetitive setup tasks.
Core Features & Use Cases
- Generator Discovery & Matching: Automatically finds the correct local or plugin Nx generator for your request, prioritizing repo-specific local generators to match existing patterns.
- Validation & Guardrails: Includes dry-run verification, generator source code review, and post-generation lint/test/typecheck validation to ensure generated code works out of the box.
- Use Case: When adding a new shared utility library to a polyglot Nx monorepo, this skill generates the correctly structured library, aligns it with repo naming and configuration conventions, and runs verification to confirm it integrates with existing projects.
Quick Start
Ask the AI to create a new non-buildable React library named user-auth in the libs/features directory following the repo's existing library patterns.