database migrations skills

39 tagged database migrations, measured the same way as everything else here.

Browse within: data-modeling 36

ankaboot-source/supabase-selfhost-ops

Skill Claude CodeCodex

The protocol rests on ten invariants. Every agent (CI or local harness) and every human interacting with boucle MUST honor them. The LESSONS.yml lessons are incident catalogs that instantiate these invariants; the normative statement lives here.

22 13d ago A 0 tokens original MIT

db-concurrency

02

Hainrixz/claude-db

Skill Claude CodeCodex

Audit concurrency correctness — transaction isolation level, lost-update / read-modify-write races, queue-worker contention (SKIP LOCKED), and idempotency for key-value / document / wide-column writes. Module M14. Feeds the Performance & Scale score.

19 2mo ago A 56 tokens original MIT

Hainrixz/claude-db

Skill Claude CodeCodex

Audit connection management — serverless functions opening direct Postgres connections, transaction-mode pooler misuse (PgBouncer / Supabase / prepared statements), and pool sizing against backend maxconnections. Module M15. Feeds the Performance & Scale score.

19 2mo ago A 55 tokens original MIT

db-constraints

04

Hainrixz/claude-db

Skill Claude CodeCodex

Audit data-integrity constraints — missing NOT NULL on required columns, absent CHECK constraints for domain rules, missing UNIQUE on natural keys, and the over-nullable UNIQUE trap where NULLs silently permit duplicates. Module M5. Feeds the Design & Integrity score (Constraints category).

19 2mo ago A 59 tokens original MIT

Terrabase-in/terrabase

Skill Claude CodeCodex

Use when making Postgres schema or migration changes (CREATE/ALTER/DROP TABLE, indexes, columns, constraints, backfills) IN A PROJECT THAT DECLARES A TERRABASE TARGET (a TERRABASEDATABASEURL in its .env). Routes the change through terrabase's MCP tools for a deterministic safety analysis plus a local-Qwen plan, and…

0 20d ago A 98 tokens original Apache-2.0