kotlin-skills
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.
Skills
| 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 |
Installation
Cursor
In Cursor, open Customize → Add Marketplace (or the Plugins tab) and import:
https://github.com/huanshankeji/kotlin-skills
Claude Code
/plugin marketplace add huanshankeji/kotlin-skills
/plugin install huanshankeji-kotlin-skills@huanshankeji-kotlin-skills
Codex
codex plugin marketplace add huanshankeji/kotlin-skills
codex plugin add huanshankeji-kotlin-skills@huanshankeji-kotlin-skills
Using the skills CLI
npx skills add huanshankeji/kotlin-skills
Manual installation
Copy 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/
Repository layout
skills/— directory containing all skills