Curated
Skill 1 of 44
Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development.
2 minutes · 465 words · 5 sections
Install
npx skills add openai/skills --skill aspnet-corenpx skills add openai/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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.
Program.cs, DI, configuration, middleware, routing, logging, and static assets.WebApplicationBuilder and WebApplication. Avoid older Startup and WebHost patterns unless the codebase already uses them or the task is migration.Program.cs, services, middleware, routing, configuration, logging, and static assets.DbContext, options, IHttpClientFactory, session, temp data, and app state responsibly.dotnet new template and keep the generated structure recognizable.Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 8 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/.curated/*/SKILL.md, skills/.system/*/SKILL.md.h1 and no skipped levels:/openai/skills.md, and each skill at its own .md URL.16 files · 47 KB
Everything this skill ships beside its prose. 15 of them are set here as subchapters of skill 1; the other 1 is described rather than reproduced.
Documentation the agent loads on demand, rather than up front.
Templates, schemas and fixtures the skill draws on.
Everything else published alongside the skill.