asp-net
Installation
SKILL.md
ASP.NET
Use this skill to keep ASP.NET work grounded in maintainable architecture, predictable delivery, and framework-appropriate conventions.
Intent Router
| Need | Load |
|---|---|
| core conventions, structure, review priorities, and common red flags for ASP.NET | references/best-practices.md |
| setup, migration, testing, build, delivery, and day-two workflow guidance for ASP.NET | references/workflows.md |
Quick Start
- Confirm .NET and ASP.NET Core version, Minimal APIs, MVC, Razor Pages, or hybrid posture, hosting and deployment model, and data-access and background-work posture.
- Identify whether the task is greenfield scaffolding, incremental refactoring, troubleshooting, migration planning, or code review.
- Apply the defaults in
references/best-practices.mdbefore proposing custom architecture. - Prefer the smallest change set that improves clarity, safety, operability, and long-term maintainability.