bykotlin· 6 skills
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/hashCode.
$npx -y skills add kotlin/kotlin-agent-skills --skill kotlin-backend-jpa-entity-mappingInstalls into the current project.
Run `npx skills use "https://github.com/kotlin/kotlin-agent-skills" --skill "kotlin/kotlin-agent-skills/kotlin-backend-jpa-entity-mapping"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kotlin/kotlin-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kotlin/kotlin-agent-skills"` and select the relevant skills, then follow their instructions.