dotnet-vertical-slice
Installation
SKILL.md
.NET 10 Vertical Slice Architecture
Organize code by feature, not by layer. Each feature is self-contained with its endpoint, request/response, validation, and handler in a single file.
Project Structure
Related skills