Skip to content

huanshankeji/kotlin-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

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

About

AI agent skills for Kotlin by @huanshankeji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors