5 skills
A collection of AI agent skills useful for projects using Kotlin language
Upgrade a Kotlin multiplatform project to AGP 9
Passed all 3 security checksRewrites gradle configs and module setup for the new Android Gradle Plugin 9 conventions, handling plugin swaps, DSL changes, and folder structure in one pass.
·★716↓816
Convert Java code to idiomatic Kotlin
Passed all 3 security checksReads .java files and rewrites them as .kt with idiomatic Kotlin idioms, null safety, and extension functions. Handles Spring, Lombok, Hibernate, and Jackson conventions automatically.
·★716↓704
Migrate a KMP project from CocoaPods to SPM
Passed all 3 security checksAutomates the shift from Kotlin's cocoapods plugin to swiftPMDependencies: updates build.gradle, rewires imports, and reconfigures Xcode to pull dependencies from Swift Package Manager instead.
·★716↓657
Review Kotlin JPA entity code for hidden bugs
Passed all 3 security checksChecks your entity classes for Kotlin-specific pitfalls: data class equality breaking identity, mutable defaults, lazy-load traps, and fetch-plan mistakes that silently break production.
·★716↓627
kotlin-agent-skills1 skill