nx-generate

Generate and transform code within an Nx monorepo using Nx generators.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and modification of code within an Nx monorepo, reducing boilerplate and ensuring consistency across projects.

Core Features & Use Cases

  • Code Scaffolding: Generate new libraries, applications, or features using Nx generators.
  • Code Transformation: Automate code migrations and repetitive refactoring tasks.
  • Use Case: When starting a new feature, use this skill to generate the necessary project structure and boilerplate code for a new React library within your Nx workspace.

Quick Start

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

Frequently Asked Questions about nx-generate

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

FAQPage Schema
How do I automate code scaffolding for a new library in an Nx monorepo?

Automate code scaffolding in an Nx monorepo by applying Nx generators to instantly create new libraries and applications, reducing boilerplate and ensuring project consistency.

What is the best way to automate repetitive code migrations within an Nx workspace?

The best way to automate code migrations within an Nx workspace is to apply Nx generators, which programmatically transform existing source code and handle repetitive refactoring tasks.

Do I need to understand Nx generator schemas to automate boilerplate generation?

Yes, effective execution of automated boilerplate generation requires understanding Nx generator schemas, source code, and repository conventions to properly scaffold projects.

Can I use Nx generators to scaffold a React application and its boilerplate automatically?

Yes, you can use Nx generators to scaffold a new React application by automatically generating the necessary project structure and boilerplate code within your Nx workspace.

What are the limitations of using Nx generators for code transformation?

Limitations include relying heavily on predefined Nx generator schemas and strict repository conventions, meaning highly customized or non-standard code structures may require manual adjustments.