Category page 12 skills 1 related agents

Metrics .NET Skills

Profilers, code metrics, duplication detection, and observability tooling that improve engineering feedback loops.

Orchestration agents

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

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

Metrics skills

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

Use the open-source free `Asynkron.Profiler` dotnet tool for CLI-first CPU, allocation, exception, contention, and heap profiling of .NET commands or existing trace artifacts.

Asynkron.Profiler

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code.

Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification.

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll.

Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues.

Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories.