This is a solid reference for modern Kotlin development, covering the fundamentals through coroutines, Flow, and Android Jetpack Compose. The code examples are current and practical, showing real patterns like StateFlow for state management, suspend functions with proper dispatchers, and Hilt for dependency injection. The Kotlin Multiplatform section gets cut off but the Android coverage is comprehensive. Use this when you need quick syntax reminders or want to see how pieces fit together in a real codebase. It assumes you already know what you're building and just need the Kotlin-specific implementation details rather than architectural guidance.
npx skills add https://github.com/personamanagmentlayer/pcl --skill kotlin-expert