This gives you production-ready patterns for JetBrains Exposed ORM with all the setup details you actually need. It covers both query styles (DSL for SQL-like expressions, DAO for entity lifecycle), HikariCP connection pooling with proper isolation levels, Flyway migrations, and a repository pattern that keeps your business logic decoupled from the data layer. The examples show real things like JSONB columns, composite primary keys, joins with aggregations, and how to wrap everything in `newSuspendedTransaction` blocks for coroutine safety. If you're building a Kotlin backend and want to avoid reinventing database plumbing, this handles the boring infrastructure parts so you can focus on queries.
npx -y skills add affaan-m/ecc --skill kotlin-exposed-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents