Kotlin
Kotlin development: coroutines, Flow, Channels, testing with JUnit 5 and Kotest.From its SKILL.md
npx -y skills add notque/vexjoy-agent --skill kotlinAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.6 KB, 241 tokens by cl100k_base, as published. Nobody here has run it
Kotlin Skill
Kotlin coroutine patterns and testing: structured concurrency, Flow, StateFlow/SharedFlow, Channels, dispatchers, JUnit 5, Kotest, MockK, and coroutine test dispatchers.
Reference Loading Table
| Signal | Reference | Size |
|---|---|---|
| concurrency, scopes, cancellation, dispatchers, exception handling | references/concurrency-patterns.md | ~130 lines |
| Flow, StateFlow, SharedFlow, operators, flow builders | references/flow-patterns.md | ~120 lines |
| Channels, producer-consumer, fan-in, fan-out | references/channel-patterns.md | ~100 lines |
| GlobalScope, unstructured launch, CancellationException, failure modes | references/preferred-patterns.md | ~80 lines |
| coroutine skill overview, structured concurrency principles | references/kotlin-coroutines.md | ~55 lines |
| JUnit 5, Kotest, MockK, runTest, parameterized tests, assertions | references/kotlin-testing.md | ~290 lines |
Loading rule. Read the references whose signals match the task before responding.
What ships with it: 6 files
21.7 KB alongside SKILL.md
references/
- channel-patterns.md1.2 KB
- concurrency-patterns.md5.4 KB
- flow-patterns.md2.4 KB
- kotlin-coroutines.md2.8 KB
- kotlin-testing.md7.9 KB
- preferred-patterns.md1.9 KB