database-table-creator
Installation
SKILL.md
Database Table Creator Skill
Creates complete database table implementation with SQL migration, Kotlin code, and comprehensive tests.
What This Skill Does
Generates:
- SQL Migration - PostgreSQL table with soft deletes, indexes, triggers
- Kotlin Table Object - Exposed ORM table definition (extends UUIDTable)
- Entity Data Class - Kotlin entity implementing Entity
- Repository Interface + Implementation - CRUD operations with soft delete
- Repository Tests - Comprehensive test coverage (7+ tests)
- Factory Bean - Dependency injection registration