nean-scaffold

Scaffold a NEAN monorepo with NestJS API, Angular frontend, and Nx libraries.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edfenton/claude-skills --skill nean-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nean-scaffold
Source: https://github.com/edfenton/claude-skills/tree/main/nean/nean-scaffold
Command: npx skills add https://github.com/edfenton/claude-skills --skill nean-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a complete NEAN monorepo layout (NestJS API, Angular frontend, and Nx libraries) to standardize project structure and accelerate startup.

Core Features & Use Cases

  • Generates a ready-to-run Nx workspace with apps/api (NestJS) and apps/web (Angular) plus libs/shared types.
  • Provides templated configs for TypeScript, linting, testing, CI, and Docker deployment.
  • Ideal for starting new NEAN projects or refactoring existing repos to NEAN standards.

Quick Start

Initialize a new NEAN scaffold project and follow the setup prompts to generate the workspace structure.

Frequently Asked Questions about nean-scaffold

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

FAQPage Schema
How do I scaffold a NEAN monorepo with NestJS and Angular?

To scaffold a NEAN monorepo, initialize a new project and follow the setup prompts to generate an Nx workspace containing a NestJS API, Angular frontend, and shared type libraries.

What is included in a standard NEAN monorepo workspace?

A standard NEAN monorepo workspace includes an apps/api directory for NestJS, an apps/web directory for Angular, a libs folder for shared types, plus templated configurations for TypeScript, linting, testing, Docker, and CI.

Can I use this Nx monorepo scaffold to refactor an existing repository?

Yes, you can use this Nx monorepo scaffold to refactor existing repositories to NEAN standards by applying its standardized project structure, shared libraries, and templated configurations to your current codebase.

Does the generated NEAN workspace include Docker and CI configurations?

Yes, the generated NEAN workspace provides templated configurations for CI and Docker deployment alongside TypeScript, linting, and testing setups to ensure a production-ready repository immediately.

What's the best way to standardize a new NestJS and Angular project structure?

The best way to standardize a new NestJS and Angular project structure is to scaffold a complete NEAN monorepo using Nx, which unifies backend and frontend architecture within a single workspace with shared libraries.