4 skills
kotlin-agent-skills770 ★
A collection of AI agent skills useful for projects using Kotlin language
checked 4d ago
Review Kotlin JPA entity code for hidden bugs
Checks 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↓0
checked 4d ago
Convert Java code to idiomatic Kotlin
Reads .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↓0
checked 4d ago
Migrate a KMP project from CocoaPods to SPM
Automates 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↓0
checked 4d ago
Upgrade a Kotlin multiplatform project to AGP 9
Rewrites 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↓0