nx-generate

Generate libraries and applications using Nx generators in a monorepo.

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill nx-generate-tech-leads-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-generate
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28tooling%29/nx-generate
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill nx-generate-tech-leads-club

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of boilerplate code by using Nx generators to scaffold libraries, applications, and common boilerplate patterns, ensuring consistency across a monorepo and saving valuable time.

Core Features & Use Cases

  • Scaffolding: Create libraries, applications, and features quickly with standardized templates.
  • Boilerplate Automation: Automates repetitive code patterns and migrations to maintain consistency.
  • Use Case: When starting a new feature in a workspace, use this Skill to generate the necessary project structure with minimal setup.

Quick Start

Run an Nx generator to scaffold code. Example: nx generate <generator-name> <options> --no-interactive

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 library or application in an Nx monorepo?

You can scaffold a new library or application in an Nx monorepo by running Nx generators to programmatically create the project structure and boilerplate code, ensuring consistency without manual setup.

What is the best way to automate boilerplate code creation across a workspace?

Automating boilerplate code across a workspace is best handled by using Nx generators, which programmatically generate standardized templates for libraries and applications to maintain consistency and save time.

Do I need Nx installed to use generators for scaffolding code?

Yes, you need Nx tooling installed and available in your environment to use Nx generators for scaffolding code and executing commands like `nx generate` programmatically within your workspace.

Can I run Nx generators without interactive prompts?

Yes, you can run Nx generators non-interactively by appending the `--no-interactive` flag to your `nx generate` command, allowing automated boilerplate updates within your software-engineering workflows.

When should I use Nx generators for project scaffolding in a monorepo?

You should use Nx generators for project scaffolding when starting a new feature in a workspace, enabling rapid creation of the necessary project structure with minimal setup and standardized templates.