.net-new-project
Installation
SKILL.md
.NET 8 Clean Architecture Project Generator
This skill guides the creation of a new .NET 8 Web API solution using Clean Architecture. IMPORTANT: Do NOT generate code files manually. Use the CLI commands provided below to scaffold the solution and projects.
Prerequisite
- .NET 8 SDK installed (
dotnet --version)
Directory Structure
The final structure will look like this:
Related skills