#330 · Primary category: AI Coding Assistants
kotlin-agent-skills
A collection of AI agent skills useful for projects using Kotlin language
Project last updated:08/24/26
GitHub Stars
1.0K
Forks
40
Contributors
12
License
Apache-2.0
Why we included this project
Kotlin developers who use AI coding agents will find this repository useful, because it packages the kind of domain knowledge those agents tend to get wrong. The skills are self-contained folders, each holding a SKILL.md file plus scripts and resources, that teach tools like Claude Code and Codex how to handle Kotlin-specific work. Some cover backend concerns, such as using Spring and JPA idiomatically, while others handle tooling like build configuration and migrations, including an AGP 9 migration skill. Since each skill is a small unit on its own, you can install the whole set or copy just the one you need into your agent's skills directory. It is a practical way to close the gap between a generic coding model and the conventions and build quirks that make Kotlin projects behave differently from Java ones.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.