huanshankeji/huanshankeji-kotlin-skills
v1.0.0Apache-2.0
AI agent skills for Kotlin by @huanshankeji.
gradle-wrapper-update
Updates the Gradle wrapper by running the wrapper task twice, keeping the wrapper scripts, properties file, and jar consistent. Supports updating to the latest version or a specific version. Use whenever a Gradle project needs its wrapper upgraded or downgraded.
kotlin-debugging-unresolved-reference-file-clash
Diagnoses and fixes Kotlin JVM "Unresolved reference" compilation errors caused by file facade class name clashes. Use when you encounter "Unresolved reference" or "can't resolve" errors in a Kotlin JVM or Kotlin Multiplatform project where dependencies appear correct, especially after adding, moving, or renaming Kotlin files with top-level declarations.