nean-add-feature

Scaffold a complete NEAN feature across NestJS, TypeORM, Angular, and NgRx.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add a complete feature slice to an existing NEAN project with all layers wired up and tests included.

Core Features & Use Cases

  • Default (all layers): DTOs, TypeORM entity, NestJS module, controller, service, tests, frontend routes, components, and NgRx store.
  • With flags: control UI/API/Entity inclusion to tailor the scope for frontend-only or API-only features.
  • Use Case: quickly scaffold a new feature like user-profile with end-to-end wiring and test scaffolding.

Quick Start

Provide a kebab-case feature name and optional flags to generate a complete NEAN feature across API, UI, and data layers.

Frequently Asked Questions about nean-add-feature

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

FAQPage Schema
How do I scaffold a complete NestJS, TypeORM, Angular, and NgRx feature end-to-end?

To scaffold a complete NEAN feature, provide a kebab-case feature name to generate DTOs, entities, NestJS controllers, Angular components, and NgRx state. This automates the entire end-to-end wiring process for all layers.

Can I generate only the frontend UI without the NestJS API or TypeORM entity?

Yes, you can generate frontend-only features by using optional flags to skip the API or entity. These flags control inclusion to tailor the scope specifically for frontend Angular and NgRx components.

How do I ensure my new Angular and NestJS feature follows consistent naming conventions?

Scaffolding a feature with this generator enforces consistent naming conventions, file placement, and template patterns. It automatically structures your Angular and NestJS code according to predefined project rules.

Does scaffolding an end-to-end NEAN feature include test generation?

Yes, scaffolding a NEAN feature includes test scaffolding alongside the generated DTOs, TypeORM entities, and services. This ensures your new NestJS API and Angular UI layers have baseline tests included.