coder-csharp-aspnetcore-api
Installation
SKILL.md
<skill_overview> Build robust, performant, and well-documented ASP.NET Core APIs Creating new API endpoints Choosing Controllers vs Minimal APIs Setting up authentication/authorization Implementing caching or rate limiting Documenting APIs with OpenAPI Microsoft Web API Documentation </skill_overview> <controllers_vs_minimal> <use_controllers_when> Large applications with complex routing Need filters, model binding features Team prefers MVC structure Complex authorization with filters </use_controllers_when>