Collection page 8 skills 4 related agents

.NET Foundations .NET Skills

Core .NET language, SDK, project setup, and platform guidance for modern applications.

Orchestration agents

Top-level routing agents that sit above the skill catalog and hand work to the right .NET guidance.

Orchestration agent
8 linked skills

.NET Aspire Orchestrator

Specialist orchestration agent for .NET Aspire work.

agents install aspire-orchestrator

Also works: dotnet agents install aspire-orchestrator

Orchestration agent
6 linked skills

.NET Build

Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift.

agents install build

Also works: dotnet agents install build

Orchestration agent
4 linked skills

.NET Router

Broad .NET triage agent that classifies the repo and routes work to the right skills or specialist agents.

agents install router

Also works: dotnet agents install router

.NET Foundations skills

Browse every catalog entry grouped under .NET Foundations. These cards link to dedicated skill pages and still support quick-view popups.

Use ManagedCode.Communication when a .NET application needs explicit result objects, structured errors, and predictable service or API boundaries instead of exception-driven…

ManagedCode.Communication

Use ManagedCode.MimeTypes when a .NET application needs consistent MIME type detection, extension mapping, and content-type decisions for uploads, downloads, or HTTP responses.

ManagedCode.MimeTypes

Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, options, HttpClientFactory, and other shared infrastructure…

Microsoft.Extensions.*
Platform .NET Foundations 1,621 tokens

Run single-file C# programs as scripts (file-based apps) for quick experimentation, prototyping, and concept testing.

Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.