A collection of AI agent skills useful for projects using the Kotlin language. Skills are following the Agent Skills standard, see agentskills.io for more information.
> /plugin marketplace add kotlin/kotlin-agent-skills> /plugin install kotlin-agent-skills@Kotlin
What's inside
A collection of AI agent skills useful for projects using the Kotlin language. Skills are following the Agent Skills standard, see agentskills.io for more information.
In practice, skills are self-contained folders that package instructions, scripts, and resources together for
an AI agent to use on a specific use case. Each folder includes a SKILL.md file with YAML
frontmatter (name and description) followed by the guidance your coding agent follows while the skill is active.
All skills in the repository should follow the following naming convention: kotlin-<category>-<functional-name>.
<category> here is one of predefined categories. Current categories are:
backend - server-side development skills, such as correct use of Spring, JPA, and other backend frameworks with Kotlintooling - any tooling related skills, for example build tooling onePlease open an issue to add additional categories.
<functional-name> should be a short, descriptive name of the skill, using kebab-case naming convention.
Install skills from this repository:
npx skills add Kotlin/kotlin-agent-skills
See npx skills for more options.
claude plugin marketplace add Kotlin/kotlin-agent-skills
claude plugin install kotlin-agent-skills@Kotlin
In shell:
codex plugin marketplace add Kotlin/kotlin-agent-skills
Then inside codex invoke /plugins, search for kotlin-agent-skills, press 'Enter' and select 'Install plugin'.
Copy the desired skill folder from skills into the skills directory of your agent, for example:
cp -r skills/kotlin-tooling-agp9-migration .claude/skills/
See CONTRIBUTING.md for more details.
.claude-plugin/
marketplace.json
.codex-plugin/
plugin.json
.github/
CODEOWNERS
workflows/
validate-skills.yml
.gitignore
CATEGORIES
CONTRIBUTING.md
LICENSE
plugins/
kotlin-agent-skills/
.claude-plugin/
plugin.json
skills
README.md
skills/
kotlin-backend-jpa-entity-mapping/
SKILL.md
kotlin-tooling-agp9-migration/
assets/
checklist.md
references/
DSL-REFERENCE.md
KNOWN-ISSUES.md
MIGRATION-APP-SPLIT.md
MIGRATION-FULL-RESTRUCTURE.md
MIGRATION-LIBRARY.md
PLUGIN-COMPATIBILITY.md
VERSION-MATRIX.md
scripts/
analyze-project.sh
SKILL.md
kotlin-tooling-cocoapods-spm-migration/
references/
cocoapods-extras-patterns.md
common-pods-mapping.md
dsl-reference.md
migration-report-template.md
troubleshooting.md
SKILL.md
kotlin-tooling-immutable-collections-0-5-x-migration/
SKILL.md
kotlin-tooling-java-to-kotlin/
assets/
checklist.md
references/
CONVERSION-METHODOLOGY.md
frameworks/
DAGGER-HILT.md
GUICE.md
HIBERNATE.md
JACKSON.md
JUNIT.md
LOMBOK.md
MICRONAUT.md
MOCKITO.md
QUARKUS.md
RETROFIT.md
RXJAVA.md
SPRING.md
KNOWN-ISSUES.md
SKILL.md
kotlin-tooling-native-build-performance/
evals/
EVALUATION.md
references/
artifacts-and-targets.md
caching-and-gradle.md
experimental.md
exports-and-generated-code.md
scripts/
audit-native-build.sh
SKILL.mdFAQ
kotlin-agent-skills is a Claude Code plugin with 6 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes kotlin-backend-jpa-entity-mapping, kotlin-tooling-agp9-migration, kotlin-tooling-cocoapods-spm-migration. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.