What problem does it solve?
This Skill removes the guesswork from .NET and C# requests by identifying the right specialist path, applying baseline coding standards, and preventing ambiguous tasks from being handled in the wrong order.
Core Features & Use Cases
- Domain Routing: Directs requests to API, UI, testing, devops, tooling, or debugging guidance based on the task at hand.
- Baseline Standards: Loads shared C# correctness guidance first so code-related work starts from safe, consistent practices.
- Cross-Domain Planning: Handles mixed requests such as building an app, choosing a framework, or setting up a project by sequencing the needed skills.
- Use Case: When a repository contains a mix of web APIs, desktop UI, tests, and build tooling, this Skill helps decide what to load first and which specialist should answer next.
Quick Start
Use the dotnet-advisor skill to inspect this .NET request, identify the primary domain, and route it to the correct specialist skill before any implementation begins.