Kotlin language skill covering null safety, coroutines, data classes, extension functions, and KMP. Use when building Kotlin applications.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill kotlin --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kotlin?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-kotlin)More formats (shields.io, HTML) on the badges page.
---
name: kotlin
description: Kotlin language skill covering null safety, coroutines, data classes, extension functions, and KMP. Use when building Kotlin applications.
trigger: kotlin, kt, kotlinx, kotlin coroutines, kotlin flows, ktor, kotlin multiplatform, kotlin compose
---
## kotlin
### Core Concepts
- Null Safety: nullable types (T?), safe call (?.), Elvis operator (?:), non-null assertion (!!), smart casts
- Data Classes: auto-generate equals/hashCode/toString/copy/componentN from primary constructor
- Extension Functions: add methods to existing types without inheritance, receiver parameter syntax
- Sealed Classes: restricted class hierarchies, exhaustive when branches, sum type pattern
### Coroutines & Flows
- Coroutines: suspend functions, launch/async builders, structured concurrency via scope
- Flows: cold asynchronous streams, terminal operators (collect/toList), intermediate (map/filter)
- Channels: hot streams for producer-consumer, rendezvous/buffered, ticker channels
- Dispatchers: Main (UI), IO (disk/network), Default (CPU), Unconfined (inherited)
### Multiplatform & Compose
- KMP: shared business logic across JVM, JS, Native; expect/actual for platform declarations
- Compose Multiplatform: declarative UI framework, @Composable functions, state hoisting
- kotlinx.serialization: @Serializable annotation, JSON/protobuf/CBOR formats, polymorphic serialization
- Build system: Kotlin DSL for Gradle, multiplatform plugin, source set hierarchy
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!