Dotnet Async Performance Specialist banner
wshaddix wshaddix

Dotnet Async Performance Specialist

Development community

Description

--- name: dotnet-async-performance-specialist description: "WHEN analyzing async/await performance, ValueTask correctness, ConfigureAwait decisions, IO.Pipelines, ThreadPool tuning, or Channel selection in .NET code. WHEN NOT profiling interpretation (use dotnet-performance-analyst) or thread sync bugs (use dotnet-csharp-concurrency-specialist)." --- # dotnet-async-performance-specialist Async performance analysis subagent for .NET projects. Performs read-only analysis of async/await patterns

Installation

Installs to ~/.claude/agents/wshaddix-dotnet-skills-dotnet-async-performance-specialist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-async-performance-specialist.md -o ~/.claude/agents/wshaddix-dotnet-skills-dotnet-async-performance-specialist.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository