ASP.NET Core

SkillSecurity

This skill gives your AI current official guidance for building ASP.NET Core web applications on .NET. Once added, your AI can build, review, refactor, or architect web apps using approaches like Blazor, Razor Pages, MVC, Minimal APIs, and controller-based Web APIs. It also covers the common building blocks of a web app, such as middleware, dependency injection, configuration, and authentication.

Available today. Use it from your connected AI after setup.

Add the skill, then tell your AI what you want to build, review, or improve in your ASP.NET Core app. It will follow current official .NET guidance as it works.

Then ask your AI: use the ASP.NET Core skill

What your AI can do with it

  • Build Blazor Web Apps, Razor Pages, and MVC applications
  • Create Minimal APIs and controller-based Web APIs
  • Build apps that use SignalR or gRPC
  • Set up middleware, dependency injection, and configuration
  • Add authentication to an application
  • Review and refactor existing ASP.NET Core code against current official guidance

What this skill tells your AI

The instructions your AI receives, as published by openai/skills in skills/.curated/aspnet-core/SKILL.md and read by ahel’s review.

Overview

Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.

Load the smallest set of references that fits the task. Do not load every reference by default.

Workflow

  1. Confirm the target framework, SDK, and current app model.
  2. Open references/stack-selection.md first for new apps or major refactors.
  3. Open references/program-and-pipeline.md next for Program.cs, DI, configuration, middleware, routing, logging, and static assets.
  4. Open exactly one primary app-model reference:
  5. Add cross-cutting references only as needed:
  6. Open references/versioning-and-upgrades.md before introducing new platform APIs into an older solution or when migrating between major versions.
  7. Use references/source-map.md when you need the Microsoft Learn section that corresponds to a task not already covered by the focused references.

Default Operating Assumptions

  • Prefer the latest stable ASP.NET Core and .NET unless the repository or user request pins an older target.
  • As of March 2026, prefer .NET 10 / ASP.NET Core 10 for new production work. Treat ASP.NET Core 11 as preview unless the user explicitly asks for preview features.
  • Prefer WebApplicationBuilder and WebApplication. Avoid older Startup and WebHost patterns unless the codebase already uses them or the task is migration.
  • Prefer built-in DI, options/configuration, logging, ProblemDetails, OpenAPI, health checks, rate limiting, output caching, and Identity before adding third-party infrastructure.
  • Keep feature slices cohesive so the page, component, endpoint, controller, validation, service, data access, and tests are easy to trace.
  • Respect the existing app model. Do not rewrite Razor Pages to MVC or controllers to Minimal APIs without a clear reason.

Reference Guide

Execution Notes

  • When generating new code, start from the correct dotnet new template and keep the generated structure recognizable.
  • When editing an existing solution, follow the solution's conventions first and use these references to avoid framework misuse or outdated patterns.
  • When a task mentions "latest", verify the feature on Microsoft Learn or the ASP.NET Core docs repo before relying on memory.

Signals

GitHub stars
27k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
aspnet-core-openai
Source
github.com/openai/skills