From openai-skills-13
Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Covers Blazor, Razor Pages, MVC, Minimal APIs, Web APIs, SignalR, gRPC, middleware, DI, configuration, auth, testing, performance, deployment, and upgrades.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openai-skills-13:aspnet-coreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.npx claudepluginhub openai/skillsProvides .NET ecosystem guidance: C#/F# language features, project structure, NuGet package selection, and architecture decisions across ASP.NET Core, Blazor, EF Core, and cloud/desktop/mobile targets.
Builds C# applications with .NET 8+, ASP.NET Core APIs, Blazor, and Entity Framework Core. Implements async patterns, CQRS with MediatR, and minimal API routing.
Guides .NET Core/ASP.NET patterns and best practices in architecture (Clean, MediatR, DI), EF Core databases, security (JWT, Identity), FluentValidation, error handling, xUnit testing, caching, and async. Activates on .csproj, .sln, or AspNetCore projects.