概要
The Kotlin Null Safety skill equips Claude with specialized knowledge of Kotlin's unique type system, enabling the generation of safer and more expressive code. It covers the full spectrum of null-safety features including nullable types, safe call chains, the Elvis operator, and advanced smart casts. By applying these patterns, the skill helps developers leverage Kotlin's compile-time guarantees to prevent runtime crashes, handle Java interop platform types safely, and design resilient APIs that maintain code clarity while strictly managing nullability.