What problem does it solve?
This Skill prevents incorrect or stale guidance on .NET and C# tasks by forcing an early routing step before any planning, clarification, or implementation. It helps the assistant recognize when a request belongs in the .NET ecosystem and ensures the right version-aware standards are loaded first.
Core Features & Use Cases
- Intent Detection: Identifies .NET work from prompt keywords and repository signals such as solution files, project files, global.json, and C# sources.
- Routing Discipline: Requires the assistant to invoke dotnet-advisor before any coding, planning, or command execution.
- Common Use Cases: Use it for ASP.NET Core apps, Blazor, MAUI, WPF, WinUI, EF Core, gRPC, xUnit, NuGet, and MSBuild tasks.
- Workflow Control: Keeps .NET requests on the correct path so downstream domain skills and baseline guidance load in the proper order.
Quick Start
Ask the assistant to apply the using-dotnet skill first, then route the task through dotnet-advisor before any planning or implementation.