Runs Nx generators with prioritization for workspace-plugin generators. Useful for scaffolding new code, automating repetitive tasks, and updating configurations in an Nx monorepo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nrwl-run-nx-generator:run-nx-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you execute Nx generators efficiently, with special focus on workspace-plugin generators from your internal tooling.
This skill helps you execute Nx generators efficiently, with special focus on workspace-plugin generators from your internal tooling.
Use the mcp__nx-mcp__nx_generator_schema tool to get more information about how to use the generator
Choose which generators to run in this priority order:
These are your custom internal tools in tools/workspace-plugin/
Only use these if workspace-plugin generators don't fit:
nx generate @nx/devkit:... - DevKit utilitiesnx generate @nx/node:... - Node.js librariesnx generate @nx/react:... - React components and appsList available generators:
Get generator schema (to see available options):
Use the mcp__nx-mcp__nx_generator_schema tool to get more information about how to use the generator
Run the generator:
nx generate [generator-path] [options]
Verify the changes:
nx affected -t testnpx prettier --write [files]--dry-run flag to preview changes before applyingWhen updating the Maven plugin version, use the workspace-plugin generator:
nx generate @nx/workspace-plugin:bump-maven-version \
--newVersion 0.0.10 \
--nxVersion 22.1.0-beta.7
This automates all the version bumping instead of manual file edits.
Use this skill when you need to:
npx claudepluginhub p/nrwl-nrwl-run-nx-generator-claude-skills-run-nx-generatorGenerates code using Nx generators for scaffolding apps, libraries, and features in Nx monorepos. Useful when setting up project structure or automating repetitive tasks.
Configures and optimizes Nx monorepo workspaces by setting up project boundaries, caching, and affected commands.
Guides Nx monorepo management for TypeScript/JavaScript projects: create workspaces, generate React/Next.js apps and NestJS backends, run affected commands, set up CI/CD and Module Federation.