Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Kotlin structured concurrency, Flow, and Channel 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.
| 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 |
| Anti-patterns | preferred-patterns.md | GlobalScope, unstructured launch, CancellationException |
Classify the task into one or more domains, then load the corresponding reference files. Only load what is needed -- do not load all references for every task.
| Domain | Load Reference | When |
|---|---|---|
| Concurrency | references/concurrency-patterns.md | Scopes, cancellation, dispatchers, exception handling |
| Flow | references/flow-patterns.md | Flow builders, StateFlow, SharedFlow, operators |
npx skills add notque/vexjoy-agent --skill kotlin-coroutinesHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.