This skill transforms Claude into a specialized .NET diagnostics engineer capable of identifying performance bottlenecks, memory leaks, and threading issues. It provides expert guidance on using the official .NET CLI tools to collect CPU traces, monitor live runtime metrics, and analyze memory dumps across Windows, Linux, and macOS. By interpreting complex diagnostic data, it offers actionable code-level recommendations to resolve high CPU usage, GC pressure, threadpool starvation, and sync-over-async patterns, ensuring your .NET applications run at peak efficiency in development and production.
Key Features
010 GitHub stars
02Pattern-based optimization recommendations for common .NET performance anti-patterns.
03Comprehensive memory dump analysis for leak detection and object retention tracking.
04Step-by-step troubleshooting workflows for threadpool exhaustion and lock contention.
05Automated CPU hotspot identification using dotnet-trace and topN reporting.
06Real-time runtime metric monitoring and CSV/JSON collection with dotnet-counters.