aspnet-minimal-api-openapi

ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing.

github ↓ 8.9k
Claude Code
View source ↗

What it does

  • Group related endpoints using MapGroup() extension
  • Use endpoint filters for cross-cutting concerns
  • Structure larger APIs with separate endpoint classes
  • Consider using a feature-based folder structure for complex APIs
  • Define explicit request and response DTOs/models
  • Create clear model classes with proper validation attributes
  • Use record types for immutable request/response objects

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing.

Source

Repository: https://github.com/github/awesome-copilot

aspnet-minimal-api-openapi FAQ

What does the aspnet-minimal-api-openapi skill do?

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation Group related endpoints using MapGroup() extension Use endpoint filters for cross-cutting concerns

How do I install aspnet-minimal-api-openapi?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill aspnet-minimal-api-openapi --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain aspnet-minimal-api-openapi?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

aspnet-minimal-api-openapi on getagentictools
[![aspnet-minimal-api-openapi on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-aspnet-minimal-api-openapi.svg)](https://getagentictools.com/skills/github-awesome-copilot-aspnet-minimal-api-openapi?ref=badge)
npx agentictools info skills/github-awesome-copilot-aspnet-minimal-api-openapi

The second line is the CLI lookup for this page — handy in READMEs and docs.