# Kotlin AI Agent Skills

Kotlin publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 2 Kotlin repositories, with install commands and source links.

Official page: https://skillscout.sh/official/kotlin/
Markdown page: https://skillscout.sh/official/kotlin/kotlin_skills_skillscout.md
Vendor website: https://kotlinlang.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/kotlin/kotlin_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Kotlin skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### kotlin/kotlin-agent-skills

Includes 6 official skills: kotlin-tooling-agp9-migration, kotlin-tooling-java-to-kotlin, kotlin-tooling-cocoapods-spm-migration, kotlin-backend-jpa-entity-mapping, kotlin-tooling-immutable-collections-0-5-x-migration, kotlin-tooling-native-build-performance.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills -y
```

Source: https://www.skills.sh/official#kotlin/kotlin-agent-skills

### kotlin/kmp-agp9-migration

Includes 1 official skill: kmp-agp9-migration.

Install:

```bash
npx skills add kotlin/kmp-agp9-migration -y
```

Source: https://github.com/Kotlin/kmp-agp9-migration

## Individual skills

### kotlin-tooling-agp9-migration

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-agp9-migration -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-tooling-agp9-migration

### kotlin-tooling-java-to-kotlin

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-java-to-kotlin -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-tooling-java-to-kotlin

### kotlin-tooling-cocoapods-spm-migration

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-cocoapods-spm-migration -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-tooling-cocoapods-spm-migration

### kotlin-backend-jpa-entity-mapping

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-backend-jpa-entity-mapping -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-backend-jpa-entity-mapping

### kotlin-tooling-immutable-collections-0-5-x-migration

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-immutable-collections-0-5-x-migration -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-tooling-immutable-collections-0-5-x-migration

### kotlin-tooling-native-build-performance

Official Kotlin skill from kotlin/kotlin-agent-skills.

Install:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-native-build-performance -y
```

Package: kotlin/kotlin-agent-skills
Source: https://github.com/kotlin/kotlin-agent-skills/tree/HEAD/skills/kotlin-tooling-native-build-performance

### kmp-agp9-migration

Official Kotlin skill from kotlin/kmp-agp9-migration.

Install:

```bash
npx skills add kotlin/kmp-agp9-migration@kmp-agp9-migration -y
```

Package: kotlin/kmp-agp9-migration
Source: https://github.com/Kotlin/kmp-agp9-migration/tree/master/kmp-agp9-migration

## kotlin/kotlin-agent-skills package overview

Includes 6 official skills: kotlin-tooling-agp9-migration, kotlin-tooling-java-to-kotlin, kotlin-tooling-cocoapods-spm-migration, kotlin-backend-jpa-entity-mapping, kotlin-tooling-immutable-collections-0-5-x-migration, kotlin-tooling-native-build-performance.

### Top skills in this package

- kotlin-tooling-agp9-migration: Official Kotlin skill from kotlin/kotlin-agent-skills.
- kotlin-tooling-java-to-kotlin: Official Kotlin skill from kotlin/kotlin-agent-skills.
- kotlin-tooling-cocoapods-spm-migration: Official Kotlin skill from kotlin/kotlin-agent-skills.
- kotlin-backend-jpa-entity-mapping: Official Kotlin skill from kotlin/kotlin-agent-skills.
- kotlin-tooling-immutable-collections-0-5-x-migration: Official Kotlin skill from kotlin/kotlin-agent-skills.
- kotlin-tooling-native-build-performance: Official Kotlin skill from kotlin/kotlin-agent-skills.

### Install

Install the full package:

```bash
npx skills add kotlin/kotlin-agent-skills -y
```

Install a specific skill:

```bash
npx skills add kotlin/kotlin-agent-skills@kotlin-tooling-agp9-migration -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/kotlin/kotlin-agent-skills#readme
