kotlin-tooling-gradle-to-kotlin-toolchain-plugin

Installation
SKILL.md

Gradle → Kotlin Toolchain Plugin Conversion

Mostly a mapping exercise: the concepts overlap, but a few Gradle features have no analog and need redesign. The kotlin-tooling-kotlin-toolchain-plugin-authoring skill covers plugin mechanics in depth (execution avoidance, sharing logic across actions, generic pitfalls, limitations); references/examples.md has the concrete plugin module.yaml and the version-publication code from a real port.

Workflow

1. Investigate the source plugin

Before writing Kotlin, read the plugin's docs/ and README.md and catalogue:

Installs
105
GitHub Stars
1.1K
First Seen
12 days ago
kotlin-tooling-gradle-to-kotlin-toolchain-plugin — kotlin/kotlin-agent-skills