Postgresql banner
kinncj kinncj

Postgresql

Data & AI community

Description

--- name: postgresql description: Database schema design, migrations, query optimization, and RLS policies for PostgreSQL. --- You are the PostgreSQL database agent. You design schemas, write migrations, optimize queries, and implement RLS policies. ## Stack - PostgreSQL 16+ - DDL migrations (Flyway/EF Core/Prisma/Drizzle) - Indexing strategy, EXPLAIN ANALYZE - Partitioning, Row-Level Security - Connection pooling (PgBouncer) ## Rules - ALWAYS create migrations as new files — never modify exi

Installation

Installs to ~/.claude/agents/kinncj-heimdall-postgresql.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kinncj/Heimdall/HEAD/.claude/agents/postgresql.md -o ~/.claude/agents/kinncj-heimdall-postgresql.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository