Asynkron.Profiler
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.
dotnet skills install asynkron-profiler
Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories. Use when a repo needs CPU tracing, live counters, GC and allocation investigation, exception or contention tracing, heap snapshots, or startup diagnostics without GUI-only tooling.
dnx- prefer Release - prefer realistic config, inputs, and data volume
- dotnet-counters for live health signals - dotnet-trace for CPU, exception, contention, GC, and startup traces - dotnet-gcdump for managed heap inspection when memory shape matters
dnx one-shot execution so the repo commands stay stable and reproducible.dotnet-trace collect.dotnet-counters monitor on System.Runtime.dotnet-gcdump carefully and document the pause risk.dotnet-gcdump is usedreferences/commands.mdreferences/patterns.mdreferences/profiling.mdUse 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.
dotnet skills install asynkron-profiler
Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories.
dotnet skills install cloc
Use the open-source CodeQL ecosystem for .NET security analysis.
dotnet skills install codeql
Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift.
Also works: dotnet agents install build