dotnet-minimal-api-endpoints

Installation
SKILL.md

Minimal API Endpoints Generator

Overview

Microsoft's recommended approach for new projects. Minimal APIs provide a simplified, high-performance way to build HTTP APIs with less boilerplate than controllers.

Benefits Over Controllers

  • Simpler syntax - Less code, more productivity
  • Better performance - Reduced overhead
  • Easier testing - Testable handler methods
  • Modern approach - Latest .NET features
  • Less ceremony - No controller classes needed

Quick Reference

Installs
13
GitHub Stars
71
First Seen
Jul 21, 2026
dotnet-minimal-api-endpoints — ronnythedev/dotnet-clean-architecture-skills