ln-722-backend-generator

Generate a .NET backend solution with Clean Architecture from entity definitions.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-722-backend-generator-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-722-backend-generator
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-722-backend-generator
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-722-backend-generator-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a robust .NET backend structure, saving developers significant time and ensuring adherence to Clean Architecture principles.

Core Features & Use Cases

  • Boilerplate Code Generation: Creates a complete .NET solution with layered architecture.
  • Entity & API Scaffolding: Generates domain entities, controllers, and DTOs based on input.
  • Use Case: When starting a new .NET project, use this Skill to quickly set up the foundational structure for your API, including domain models, service interfaces, and basic controllers, allowing you to focus on business logic.

Quick Start

Use the ln-722-backend-generator skill to create a new .NET backend for a project named 'Inventory' with entities 'Product' and 'Order'.

Frequently Asked Questions about ln-722-backend-generator

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

FAQPage Schema
How do I generate a .NET Clean Architecture backend from entity definitions?

To generate a .NET Clean Architecture backend, provide your entity definitions to the Skill. It scaffolds a complete solution with separate projects for API, Domain, Services, Repositories, and Shared utilities, including controllers, DTOs, and mock data.

What is included in a scaffolded .NET clean architecture solution?

A scaffolded .NET clean architecture solution includes layered projects for your API, Domain, Services, Repositories, and Shared utilities. It also generates entity classes, status enums, controllers, DTOs, and mock data to jumpstart development.

Can I configure Swagger, Serilog, and Health Checks in the generated .NET API?

Yes, you can configure Swagger, Serilog, and Health Checks in the generated .NET API. The Skill supports these configurable options during the backend scaffolding process to integrate essential logging and monitoring components.

Does the backend generator create mock data and DTOs for my domain entities?

Yes, the backend generator creates mock data and DTOs for your domain entities. It automatically scaffolds these components alongside entity classes and controllers to provide a functional API foundation immediately.

What's the best way to start a new .NET project with layered architecture scaffolding?

The best way to start a new .NET project with layered architecture scaffolding is to define your domain entities, such as 'Product' and 'Order', and use the generator to automatically create the API, Domain, and Service layers.

Are there limitations to using clean architecture scaffolding for .NET API development?

The clean architecture scaffolding handles foundational project structure and boilerplate, but you must still implement the specific business logic within the generated Domain and Services layers to complete your .NET API.