원클릭으로
stack-kotlin-exposed-patterns
Kotlin JetBrains Exposed ORM framework — DAO, DSL, transactions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Kotlin JetBrains Exposed ORM framework — DAO, DSL, transactions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate repository wiki pages mapping architecture, specs, and status. Trigger: orchestrator launches sdd-document.
Shared SDD references for installed skills. Not invokable.
Read-only generalist screening contract for selective 4R review.
Read-only targeted correction validator for a bounded review lineage.
Write SDD delta specs with requirements and scenarios. Trigger: orchestrator launches spec work for a change.
Create pull requests with branch, validation, and publication checks. Trigger: creating, opening, or preparing PRs for review.
| name | stack-kotlin-exposed-patterns |
| description | Kotlin JetBrains Exposed ORM framework — DAO, DSL, transactions |
| license | Apache-2.0 |
| metadata | {"author":"manuel-retamozo-garcia","version":"1.0"} |
| capabilities | ["kotlin"] |
Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration.
newSuspendedTransaction blocks for coroutine safety and atomicity. Explicitly define transaction isolation levels (e.g. TRANSACTION_READ_COMMITTED) when required.isAutoCommit = false and validating settings.classpath:db/migration), running them on application startup.jdbc:h2:mem:test) for tests, running them within transactions and deleting all records inside beforeTest.For full code examples, table definitions, join queries, batch operations, JSONB serialization mapping, and testing repositories, refer to: