nx-generate

Generate apps, libraries, and workspace structure using Nx generators in non-interactive mode.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/veraclins-dev/dev --skill nx-generate-veraclins-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-generate
Source: https://github.com/veraclins-dev/dev/tree/main/.cursor/skills/nx-generate
Command: npx skills add https://github.com/veraclins-dev/dev --skill nx-generate-veraclins-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate code scaffolding and project structure using Nx generators to streamline setup in a monorepo.

Core Features & Use Cases

  • Scaffold apps and libraries with consistent patterns
  • Automate workspace structure and migrations
  • Align with repository conventions by preferring local generators

Quick Start

Invoke an Nx generator in non-interactive mode to scaffold the requested app, library, or workspace structure.

Frequently Asked Questions about nx-generate

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

FAQPage Schema
How do I generate code scaffolding in an Nx monorepo non-interactively?

To generate code scaffolding in an Nx monorepo non-interactively, invoke an Nx generator with predefined flags to ensure deterministic output. This standardizes workspace layout and automates the creation of apps and libraries without manual prompts.

What is Nx generators used for in a monorepo?

Nx generators are used for automating code scaffolding to streamline monorepo setup. They apply consistent patterns when creating new apps and libraries, reorganizing workspace layout, and aligning repository conventions across development teams.

How do I scaffold new apps and libraries with consistent patterns in a monorepo?

Scaffold new apps and libraries with consistent patterns by using Nx generators in non-interactive mode. This method enforces local preferences and standardizes the workspace structure automatically, ensuring uniform project setup across the monorepo.

Do I need to understand local generators to scaffold an Nx workspace?

Yes, you need an understanding of available generators and local preferences to scaffold an Nx workspace effectively. This knowledge ensures the non-interactive execution applies the correct deterministic output for your repository conventions.

Can I automate workspace structure and migrations using Nx generators?

Yes, you can automate workspace structure and migrations using Nx generators. By executing generators non-interactively, you standardize monorepo layout updates and apply consistent structural patterns across teams without manual intervention.