What problem does it solve?
It eliminates slow, inconsistent .NET guidance by routing each .NET/C# request to the correct domain skill while enforcing a consistent baseline of C# coding standards.
Core Features & Use Cases
- Context-based routing: Delegates API, UI, testing, tooling, devops, and debugging tasks to the appropriate consolidated skills based on the request details.
- Standards-first execution: Always loads [skill:dotnet-csharp] coding standards for any C#/.NET code path so output is consistent across planning and implementation.
- Version-aware .NET guidance: Detects the project’s target framework by using [skill:dotnet-tooling] before giving framework-specific recommendations.
Use case example: You ask for a new ASP.NET Core API with integration tests and CI; this skill routes to the right backend, testing, tooling, and devops skills while applying C# standards and adapting guidance to the detected target framework.
Quick Start
Ask an AI assistant: “Route my .NET/C# request to the correct dotnet domain skills and apply the dotnet-csharp coding standards baseline.”