AI AGENT ADDONS

Writing good async programming in C# can be tricky. These best practices make it easier. You learn how to name methods, pick the right return types, and handle errors. Avoid common mistakes like using .Wait or .Result. Use Task.WhenAll to run tasks at the same time. Use cancellation tokens for long operations.

This skill helps you check your code for these issues. It gives you clear rules to follow. Your C# async code becomes safer, faster, and easier to read.

Add Csharp Async skill to your workflow

Global

mkdir -p ~/.claude/skills/csharp-async

Project

mkdir -p .claude/skills/csharp-async

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
24 days ago
Created
1 year ago