run-nx-generator

Execute Nx workspace-plugin generators with prioritized workflows and validation guidance.

59|14|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/guilhermemarketing/esc-skills --skill run-nx-generator-guilhermemarketing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-nx-generator
Source: https://github.com/guilhermemarketing/esc-skills/tree/main/skills/run-nx-generator
Command: npx skills add https://github.com/guilhermemarketing/esc-skills --skill run-nx-generator-guilhermemarketing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and streamlines Nx code generation tasks by prioritizing workspace-plugin generators to save time and reduce manual steps.

Core Features & Use Cases

  • Prioritized execution of workspace-plugin generators to accelerate monorepo work
  • Support for standard Nx generators when workspace plugins are insufficient
  • Validation and best-practice guidance for safe and consistent code generation

Quick Start

Invoke a workspace-plugin generator using the predefined priority order to scaffold a new feature.

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 scaffolding in an Nx monorepo using workspace plugins?

Automate scaffolding in an Nx monorepo by running workspace-plugin generators through a prioritized workflow, which accelerates project creation and repetitive setup tasks while maintaining consistency.

What is the best way to execute Nx generators for code generation?

The best way to execute Nx generators is using a priority-driven workflow that targets workspace-plugin generators first, falling back to standard Nx generators when workspace plugins are insufficient.

Can I use standard Nx generators if workspace plugins are not enough?

Yes, standard Nx generators are supported as a fallback when workspace plugins are insufficient, ensuring you can still scaffold projects and generate code within your Nx workspace.

Does Nx code generation provide validation for safe scaffolding?

Yes, Nx code generation includes validation and best-practice guidance to provide guardrails for safe, repeatable code generation within your monorepo environment.

When should I prioritize workspace-plugin generators over standard Nx generators?

Prioritize workspace-plugin generators when you need faster, automated project creation and repetitive setup tasks in a monorepo, switching to standard Nx generators only when workspace plugins lack the required features.