run-nx-generator

Execute Nx code generation commands prioritizing workspace-plugin generators.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill run-nx-generator-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-nx-generator
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28tooling%29/run-nx-generator
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill run-nx-generator-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of generating code and scaffolding new features within an Nx monorepo, prioritizing internal workspace-plugin generators for consistency and efficiency.

Core Features & Use Cases

  • Prioritized Generator Execution: Runs internal workspace-plugin generators before falling back to core Nx generators.
  • Scaffolding and Automation: Ideal for creating new libraries, applications, or automating repetitive setup tasks.
  • Use Case: When adding a new feature that requires a new React component library and a corresponding backend service, use this skill to generate both with a single command, ensuring adherence to internal standards.

Quick Start

Use the run-nx-generator skill to create a new React library named 'ui-common'.

Frequently Asked Questions about run-nx-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Nx code generation for new monorepo libraries?

Automate Nx code generation by executing commands that prioritize custom workspace-plugin generators to scaffold new libraries and features. This ensures internal standards are met automatically without manual setup.

What is the best way to scaffold a new React component library and backend service in an Nx monorepo?

Scaffolding both components with a single command ensures adherence to internal standards by leveraging prioritized workspace-plugin generators. It automates the repetitive setup tasks required for new features.

Does the Nx generator run custom workspace plugins before core generators?

Yes, custom workspace-plugin generators are executed first before falling back to core Nx generators. This prioritization ensures consistency and efficiency when scaffolding new projects.

Can I use Nx scaffolding to automate version bumping and plugin creation?

Yes, Nx scaffolding supports automated version bumping and plugin creation through predefined generators. These features streamline repetitive monorepo maintenance tasks.

How does Nx monorepo scaffolding handle internal standards during code generation?

Nx monorepo scaffolding enforces internal standards by running custom workspace-plugin generators before default options. This approach maintains consistency across newly created applications and libraries.