[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"org-kotlin":3,"repo-skills-v-0-3-0":61},{"org":4,"repos":44},{"slug":5,"name":6,"logoUrl":7,"githubOrg":5,"website":8,"skillCount":9,"repoCount":10,"topRepos":11,"topTags":14,"lastUpdatedAt":43},"kotlin","Kotlin","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fkotlin.png","https:\u002F\u002Fkotlinlang.org",6,1,[12],{"name":13,"skillCount":9},"Kotlin\u002Fkotlin-agent-skills",[15,16,19,22,25,28,31,34,37,40],{"slug":5,"name":6},{"slug":17,"name":18},"migration","Migration",{"slug":20,"name":21},"mobile","Mobile",{"slug":23,"name":24},"ios","iOS",{"slug":26,"name":27},"java","Java",{"slug":29,"name":30},"android","Android",{"slug":32,"name":33},"backend","Backend",{"slug":35,"name":36},"code-analysis","Code Analysis",{"slug":38,"name":39},"data-modeling","Data Modeling",{"slug":41,"name":42},"database","Database","2026-07-18T05:47:25.998032",[45],{"name":46,"fullName":13,"repoUrl":47,"skillCount":9,"stars":48,"forks":49,"description":50,"topics":51,"topTags":53,"topTagCount":60,"lastUpdatedAt":43},"kotlin-agent-skills","https:\u002F\u002Fgithub.com\u002FKotlin\u002Fkotlin-agent-skills",963,35,"A collection of AI agent skills useful for projects using Kotlin language",[5,52],"skills",[54,55,56,57,58,59],{"slug":5,"name":6},{"slug":17,"name":18},{"slug":20,"name":21},{"slug":23,"name":24},{"slug":26,"name":27},{"slug":29,"name":30},15,{"items":62,"total":9},[63,78,89,103,119,130],{"slug":64,"name":64,"fn":65,"description":66,"org":67,"tags":68,"stars":48,"repoUrl":47,"updatedAt":77},"kotlin-backend-jpa-entity-mapping","map JPA entities in Kotlin backend apps","Model Kotlin persistence code correctly for Spring Data JPA and Hibernate. Covers entity design, identity and equality, uniqueness constraints, relationships, fetch plans, and common ORM (Object-Relational Mapping) traps  specific to Kotlin. Use when creating or reviewing JPA (Java Persistence API)  entities, diagnosing N+1 or LazyInitializationException, placing indexes and  uniqueness rules, or preventing Kotlin-specific bugs such as data class  entities and broken equals\u002FhashCode.\n",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[69,71,72,73,74],{"name":33,"slug":32,"type":70},"tag",{"name":39,"slug":38,"type":70},{"name":42,"slug":41,"type":70},{"name":6,"slug":5,"type":70},{"name":75,"slug":76,"type":70},"ORM","orm","2026-04-06T18:26:01.44065",{"slug":79,"name":79,"fn":80,"description":81,"org":82,"tags":83,"stars":48,"repoUrl":47,"updatedAt":88},"kotlin-tooling-agp9-migration","migrate KMP projects to AGP 9.0","Migrates Kotlin Multiplatform (KMP) projects to Android Gradle Plugin 9.0+. Handles plugin replacement (com.android.kotlin.multiplatform.library), module splitting, DSL migration, and the new default project structure. Use when upgrading AGP, when build fails due to KMP+AGP incompatibility, or when the user mentions AGP 9.0, android multiplatform plugin, KMP migration, or com.android.kotlin.multiplatform.library.\n",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[84,85,86,87],{"name":30,"slug":29,"type":70},{"name":6,"slug":5,"type":70},{"name":18,"slug":17,"type":70},{"name":21,"slug":20,"type":70},"2026-04-06T18:25:58.945632",{"slug":90,"name":90,"fn":91,"description":92,"org":93,"tags":94,"stars":48,"repoUrl":47,"updatedAt":102},"kotlin-tooling-cocoapods-spm-migration","migrate KMP projects from CocoaPods to SPM","Migrate KMP projects from CocoaPods (kotlin(\"native.cocoapods\")) to Swift Package Manager (swiftPMDependencies DSL) — replaces pod() with swiftPackage(), transforms cocoapods.* imports to swiftPMImport.*, and reconfigures the Xcode project.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[95,96,97,98,99],{"name":24,"slug":23,"type":70},{"name":6,"slug":5,"type":70},{"name":18,"slug":17,"type":70},{"name":21,"slug":20,"type":70},{"name":100,"slug":101,"type":70},"Swift","swift","2026-04-06T18:25:57.691016",{"slug":104,"name":104,"fn":105,"description":106,"org":107,"tags":108,"stars":48,"repoUrl":47,"updatedAt":118},"kotlin-tooling-immutable-collections-0-5-x-migration","migrate Kotlin projects to immutable collections 0.5.x","Migrate Kotlin (and Java) code from kotlinx.collections.immutable 0.3.x \u002F 0.4.x to the latest 0.5.x. The 0.5.x line renames every copy-returning method on PersistentList \u002F PersistentMap \u002F PersistentSet \u002F PersistentCollection to a participial form per KEEP-0459 (add→adding, removeAt→removingAt, set→replacingAt, put→putting, clear→cleared, …) and deprecates the old names (WARNING, with ReplaceWith). Driven by the compiler: bump the version, recompile, and apply the rename each deprecation warning names. Use when the user mentions kotlinx.collections.immutable 0.5.x, PersistentList migration, \"Use adding() instead\", KEEP-0459, or sees deprecation warnings from kotlinx.collections.immutable.\n",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[109,112,113,114,115],{"name":110,"slug":111,"type":70},"Engineering","engineering",{"name":27,"slug":26,"type":70},{"name":6,"slug":5,"type":70},{"name":18,"slug":17,"type":70},{"name":116,"slug":117,"type":70},"Tech Debt","tech-debt","2026-06-09T07:19:44.883299",{"slug":120,"name":120,"fn":121,"description":122,"org":123,"tags":124,"stars":48,"repoUrl":47,"updatedAt":129},"kotlin-tooling-java-to-kotlin","convert Java code to idiomatic Kotlin","Use when converting Java source files to idiomatic Kotlin, when user mentions \"java to kotlin\", \"j2k\", \"convert java\", \"migrate java to kotlin\", or when working with .java files that need to become .kt files. Handles framework-aware conversion for Spring, Lombok, Hibernate, Jackson, Micronaut, Quarkus, Dagger\u002FHilt, RxJava, JUnit, Guice, Retrofit, and Mockito.\n",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[125,126,127,128],{"name":36,"slug":35,"type":70},{"name":27,"slug":26,"type":70},{"name":6,"slug":5,"type":70},{"name":18,"slug":17,"type":70},"2026-04-06T18:26:00.191761",{"slug":131,"name":131,"fn":132,"description":133,"org":134,"tags":135,"stars":48,"repoUrl":47,"updatedAt":43},"kotlin-tooling-native-build-performance","optimize Kotlin Native build performance","Diagnoses and fixes slow Kotlin\u002FNative compilation and linking in Kotlin Multiplatform projects that target iOS. Use when the user reports slow iOS or shared-framework builds, long linkDebug*\u002FlinkRelease* or XCFramework tasks, cold CI builds that re-download the Kotlin\u002FNative toolchain, KSP or other generated code on the native path, transitiveExport usage, or asks for a local-development versus CI build performance plan.\n",{"slug":5,"name":6,"logoUrl":7,"githubOrg":5},[136,137,138,139],{"name":24,"slug":23,"type":70},{"name":6,"slug":5,"type":70},{"name":21,"slug":20,"type":70},{"name":140,"slug":141,"type":70},"Performance","performance"]