.NET Router Skill
Primary router skill for broad .NET work.
dotnet skills install dotnet
Broad .NET triage agent that classifies the repo and routes work to the right skills or specialist agents. Use for ambiguous or multi-domain .NET requests touching web, frontend, data, AI, build, UI, testing, or modernization.
Act as the first-stop router for broad or ambiguous .NET work. Identify the app model, the dominant concern, and whether the task should stay in one skill, escalate to a specialist agent, or split into bounded subtasks.
This is a top-level orchestration agent. It sits above groups of skills and should not be embedded under one specific skill unless its scope is intentionally narrowed.
.NET help without naming a frameworkPrimary router skill for broad .NET work.
dotnet skills install dotnet
Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without…
dotnet skills install architecture
Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.
dotnet skills install project-setup
Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge…
dotnet skills install code-review