AI agent skills for Kotlin by @huanshankeji, following the Agent Skills standard.
Also see https://github.com/Kotlin/kotlin-agent-skills for the skills maintained by Kotlin officially.
| Skill | Description |
|---|---|
| gradle-wrapper-update | Updates the Gradle wrapper to a specific version by running the wrapper task twice, keeping the wrapper script, properties, and jar consistent |
| kotlin-debugging-unresolved-reference-file-clash | Diagnoses and fixes Kotlin JVM "Unresolved reference" compilation errors caused by file facade class name clashes |
npx skills add huanshankeji/kotlin-skillsCopy the desired skill folder from skills/ into the skills directory of your project:
# For GitHub Copilot
cp -r skills/kotlin-debugging-unresolved-reference-file-clash .github/skills/
# For Claude Code
cp -r skills/kotlin-debugging-unresolved-reference-file-clash .claude/skills/
# Universal (works with multiple agents)
cp -r skills/kotlin-debugging-unresolved-reference-file-clash .agents/skills/skills/— directory containing all skills