kotlin-coroutines
Installation
SKILL.md
Kotlin Coroutines Patterns
Umbrella skill for Kotlin coroutine development: structured concurrency, cancellation, Flow, StateFlow/SharedFlow, Channels, exception handling, and dispatchers. Routes to the correct reference based on the task at hand.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| Concurrency | concurrency-patterns.md |
Scopes, cancellation, dispatchers, exception handling |
| Flow | flow-patterns.md |
Flow builders, StateFlow, SharedFlow, operators |
| Channels | channel-patterns.md |
Producer-consumer, fan-in/fan-out patterns |
| Failure modes | preferred-patterns.md |
GlobalScope, unstructured launch, CancellationException |