kotlin-expert
Installation
SKILL.md
Kotlin Expert - Modern Kotlin 2.0+
Kotlin development principles and decision-making. Learn to THINK, not copy-paste patterns.
⚠️ How to Use This Skill
This skill teaches decision-making principles for Kotlin development.
- ASK user for platform (JVM, Android, Native, Multiplatform)
- Choose coroutines for async (NOT threads)
- Don't write Java in Kotlin