ln-722-backend-generator

Solid

Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-722-backend-generator **Type:** L3 Worker **Category:** 7XX Project Bootstrap Generates complete .NET backend structure following Clean Architecture principles. --- ## Purpose & Scope | Aspect | Description | |--------|-------------| | **Input** | Project name, entity list, configuration options | | **Output** | Complete .NET solution with layered architecture | | **Target** | .NET 10+, ASP.NET Core | **Scope boundaries:** - Generates project structure and boilerplate code - Creates MockData for initial development - Does not implement business logic or database connections --- ## Workflow | Phase | Name | Actions | Output | |-------|------|---------|--------| | 1 | Receive Context | Get project name, entities, options from coordinator | Configuration | | 2 | Create Solution | Create .sln and .csproj files | Empty solution structure | | 3 | Generate Domain | Create entities, enums, base classes | Domain project files | | 4 | Generate API | Create controllers, DTOs, middleware | API project files | | 5 | Verify | Build solution, check references | Build success | --- ## Phase 1: Receive Context Accept delegation from ln-720-structure-m...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category