pumarogie

8 mods across 1 repository, 2 stars between them.

database-skill

02

pumarogie/claude-postgres-skills

Plugin Claude Code

Production Postgres survival skills: schema design, performant queries, safe migrations, connection pooling, autovacuum/bloat tuning, and advanced patterns (queues, partitioning, batched backfills).

2 1mo ago A tokens not measured original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides Postgres schema design when creating tables, choosing keys and data types, defining foreign keys and deletion behavior, modeling JSONB, or planning retention for unbounded event and log data.

2 1mo ago A 45 tokens original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides Postgres connection pooling when applications add instances, connection churn or storms appear, maxconnections is exhausted, PgBouncer is introduced, or pgxpool and server pool limits must be sized safely.

2 1mo ago A 48 tokens original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides production Postgres patterns when implementing multi-worker job queues and leases, batching writes, managing unbounded time-series partitions, or moving data between large live tables.

2 1mo ago A 39 tokens original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides autovacuum and bloat remediation when dead tuples accumulate, write-heavy tables outgrow scale-factor defaults, vacuum falls behind, transaction-ID age approaches freeze limits, or tables and indexes consume disproportionate disk.

2 1mo ago A 52 tokens original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides evidence-first Postgres query diagnosis when an API or database becomes slow, an expensive query must be found, EXPLAIN must be used safely, the planner ignores an index, statistics may be stale, or a filter-and-sort query needs an index.

2 1mo ago A 59 tokens original MIT

pumarogie/claude-postgres-skills

Skill Claude CodeCodex

Guides Postgres migrations when altering large or live tables, adding indexes or constraints, backfilling columns, changing column types, or planning zero-downtime rollouts. Covers lock levels, locktimeout, CREATE INDEX CONCURRENTLY, NOT VALID constraints, and expand-and-contract.

2 1mo ago A 62 tokens original MIT