kotlin-backend-jpa-entity-mapping
Editor's pickModel 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.
- Type
- skill
- GitHub stars
- ★ 514
- Repository
- Kotlin/kotlin-agent-skills
- Category
- backend
Install
1Quick install (skills CLI)
npx skills add Kotlin/kotlin-agent-skills --skill kotlin-backend-jpa-entity-mapping --agent claude-codeInstalls kotlin-backend-jpa-entity-mapping into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.