Build ASP.NET Core Web API
curated by SkillMD · plugin · 3 skills
Create ASP.NET Core Web API endpoints with correct HTTP semantics and OpenAPI metadata.
Install the whole plugin (CLI)
npx skillmds add addyosmani/spec-driven-development
npx skillmds add dotnet/dotnet-webapi
npx skillmds add github/aspnet-minimal-api-openapiSkills in this plugin
- ▌ spec-driven-development · addyosmaniCreates structured specifications before writing code to clarify requirements, surface assumptions, and define success criteria, reducing rework and miscommunication.
- ▌ dotnet-webapi · dotnetGuides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling.
- ▌ aspnet-minimal-api-openapi · githubCreate ASP.NET Minimal API endpoints with proper types and comprehensive OpenAPI/Swagger documentation.