database

Create idempotent SQL schema migrations with camelCase columns.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tidemann/st44-home --skill database-tidemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/tidemann/st44-home/tree/main/.claude/skills/database
Command: npx skills add https://github.com/tidemann/st44-home --skill database-tidemann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces a migration-first approach with idempotent SQL, camelCase columns, and schema migrations.

Core Features & Use Cases

  • Idempotent migrations for create/add/alter
  • Init.sql and docker migrations synchronization
  • Testing migrations locally

Quick Start

Example: /database add a new camelCase column via migration 005