nx-generate

Run the appropriate Nx generator with --no-interactive to scaffold code.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-generate-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-generate
Source: https://github.com/yunusgungor/agent-skeleton/tree/main/.kiro/skills/nx-generate
Command: npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-generate-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate code scaffolds and project structures in an Nx workspace by mapping user intent to the correct generator, enabling faster setup and consistent conventions.

Core Features & Use Cases

  • Discover and map user requests to the appropriate local Nx generator for apps, libs, and workspace scaffolding
  • Enforce repository conventions by validating options and executing with --no-interactive for deterministic results
  • Use cases include bootstrapping new projects, migrating workspace configurations, and applying standard templates

Quick Start

Describe your project and run the appropriate Nx generator with --no-interactive to scaffold it quickly.

Frequently Asked Questions about nx-generate

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

FAQPage Schema
How do I scaffold code in an Nx workspace non-interactively?

To scaffold code in an Nx workspace, this Skill maps your intent to the correct local generator and invokes it with the --no-interactive flag, ensuring deterministic execution without manual prompts. It validates options to enforce repository conventions automatically.

What is the best way to automate app and lib creation for a monorepo?

Automating app and lib creation for a monorepo involves using Nx generators to quickly bootstrap new projects and apply standard templates. This Skill discovers the appropriate generator, validates options, and runs it to scaffold the project structure consistently.

How does an Nx generator determine the correct options for scaffolding?

An Nx generator determines correct scaffolding options by inspecting generator sources and validating them against repository conventions. This process ensures that the correct local Nx generator is selected and executed deterministically.

Can I use this to migrate workspace configurations in an existing Nx monorepo?

Yes, you can migrate workspace configurations in an existing Nx monorepo. The Skill maps your request to the appropriate local Nx generator, executing the migration automatically with --no-interactive for deterministic results.

Do I need to specify generator options manually to scaffold an Nx library?

You do not need to specify generator options manually to scaffold an Nx library. The Skill inspects generator sources, validates the provided options, and enforces repository conventions automatically, executing with --no-interactive for deterministic results.