csharp-async-patterns

Installation
SKILL.md

C# Async/Await Patterns

Overview

C# 비동기 프로그래밍 패턴 (POCU 표준 적용)

Foundation Required: csharp-code-style (mPascalCase, Async 접미사 금지, var 금지)

Core Topics:

  • async/await 기본
  • CancellationToken 패턴
  • ConfigureAwait 사용법
  • 비동기 에러 처리
  • Task 조합 및 조율
  • ValueTask 최적화

Quick Start

Installs
10
GitHub Stars
10
First Seen
Feb 22, 2026
csharp-async-patterns — creator-hian/claude-code-plugins