Agent Skills: dotnet-aspnetcore

ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.

UncategorizedID: autohandai/community-skills/dotnet-aspnetcore

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-aspnetcore

Skill Files

Browse the full folder contents for dotnet-aspnetcore.

Download Skill

Loading file tree…

dotnet-aspnetcore/SKILL.md

Skill Metadata

Name
dotnet-aspnetcore
Description
"ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns."

dotnet-aspnetcore

Overview

Use this skill for ASP.NET Core web development, including middleware, minimal APIs, controllers, endpoint routing, SignalR, authentication, configuration, and API design using dotnet/skills.

Workflow

  1. Inspect app startup, dependency injection, middleware order, endpoints, auth, configuration, and hosting model.
  2. Preserve request/response contracts, route names, status codes, serialization, auth policies, and observability.
  3. Add or update tests around endpoint behavior where the repository supports them.
  4. Validate with build, tests, or a local smoke command when feasible.

Guardrails

  • Do not reorder middleware casually.
  • Avoid changing public API contracts or auth behavior as an incidental side effect.
  • Keep environment-specific configuration and secrets handling intact.

Expected Output

Return ASP.NET Core changes or guidance with route, middleware, and validation notes.