概要
Kotlin Autocomplete empowers developers by giving Claude access to actual compiled type information, ensuring zero hallucinations when exploring APIs. By integrating with the kotlin-autocomplete-gradle-plugin, this skill enables real-time lookups of public properties, methods, and extension functions for both Kotlin standard libraries and custom project-specific types. It is particularly useful when working with complex APIs like Coroutines or internal domain models where IDE-like precision is required for writing accurate, compilation-ready code.