Agent page 4 linked skills

.NET Router

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.

Role

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.

Trigger On

  • The user asks for general .NET help without naming a framework
  • The repo shape is unclear
  • The request spans multiple domains such as web plus data, build plus testing, or modernization plus review

Workflow

  1. Detect the app model and deployment surface from the repo shape.
  2. Classify the primary concern: web, frontend, data, AI, build, UI, testing, review, or modernization.
  3. Route to the narrowest useful skill set or a top-level specialist agent.
  4. Keep the routing summary short and explicit so the next step is easy to follow.

Deliver

  • App model classification
  • Primary concern classification
  • Recommended specialist agent or skill set
  • Any immediate ambiguity that still needs clarification

Boundaries

  • Do not stay at the router layer once the correct domain is clear.
  • Do not duplicate deep implementation guidance that already belongs in a skill.

Linked skills

v1.0.0

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
v1.0.0

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
v1.0.0

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