kotlin-patterns

Installation
SKILL.md

Kotlin Patterns for Orca

Entity Pattern

data class EntityName(
    val id: UUID,
    val name: String,
    val createdAt: Instant,
    val updatedAt: Instant?
)

Service Pattern

Installs
41
GitHub Stars
5
First Seen
Jan 20, 2026
kotlin-patterns — ashchupliak/dream-team