Generates a complete .NET Clean Architecture backend solution from a list of entity names. You give it a project name and entities, and it creates the full layered structure with Domain, API, Services, and Repositories projects, including CRUD controllers, DTOs, and MockData classes for immediate testing without a database. The workflow is solid and follows Clean Architecture principles, but you're getting boilerplate and structure only, no actual business logic or data access implementation. Best for quickly bootstrapping new .NET 10+ projects when you want the architectural skeleton in place and prefer convention over manual setup.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-722-backend-generator