Creative & DesignIntermediate
aspnet-core
Build, review, and architect ASP.NET Core apps (Blazor, MVC, Minima...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill aspnet-corenpx skills add https://github.com/openai/skills --skill aspnet-coreOr paste this URL into your assistant to install:
Overview
What This Skill Does
Build, review, and architect ASP.NET Core apps (Blazor, MVC, Minimal APIs, etc.)
Application
When to use this Skill
- Integrating aspnet core into your development workflow.
- Following best practices for build, review, and architect asp.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
ASP.NET Core
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
- Confirm the target framework, SDK, and current app model.
- Open references/stack-selection.md first for new apps or major refactors.
- Open references/program-and-pipeline.md next for
Program.cs, DI, configuration, middleware, routing, logging, and static assets. - Open exactly one primary app-model reference:
- Add cross-cutting references only as needed:
- Open references/versioning-and-upgrades.md before introducing new platform APIs into an older solution or when migrating between major versions.
- Use references/source-map.md when you need the Microsoft Learn section that corresponds to a task not already covered by the focused references.
Lines 1 - 25 of 56
Recommendations