nx-generate

Automate scaffolding and project structure generation in Nx monorepos.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding and standardizing Nx monorepo project structures to ensure consistency and reduce boilerplate across apps and libs.

Core Features & Use Cases

  • Automated scaffolding: create apps/libs with consistent architecture and configuration.
  • Workflow alignment: integrates with existing repo patterns and tooling to maintain consistency.
  • On-demand guidance: helps discover generators, validate options, and apply best practices for workspace setup.

Quick Start

Ask me to scaffold a new app called sales-app using Nx generators with --no-interactive to ensure a repeatable structure.

Frequently Asked Questions about nx-generate

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

FAQPage Schema
How do I scaffold a new app in an Nx monorepo without manual configuration?

Nx generators automate scaffolding new apps in a monorepo by applying consistent architecture and configuration, reducing boilerplate. You can generate a new app non-interactively to ensure a repeatable project structure across your workspace.

What is the best way to discover available Nx generators for my workspace setup?

Discovering available Nx generators provides on-demand guidance for workspace setup, allowing you to see applicable code generation options. This ensures you apply the correct generators to align new outputs with existing repo patterns and tooling.

Can I use Nx generators to migrate existing code patterns in a monorepo?

Yes, Nx generators apply to scenarios such as migrating code patterns within your monorepo. They automate the transformation of existing project structures to align with updated architecture and standardized configurations.

How do I ensure non-interactive runs when generating libs with Nx?

Validating options before execution ensures non-interactive runs when generating Nx libs. Passing the --no-interactive flag applies generators with predetermined configurations, creating a repeatable structure without requiring manual input.

Does scaffolding with Nx generators align new libraries with existing repo patterns?

Scaffolding with Nx generators integrates with existing repo patterns and tooling to maintain workflow alignment. This ensures newly generated libraries match your current workspace architecture and configuration standards seamlessly.