Skip to content

Postgres Optimization

⚙️ DevOps

Database design guidelines focusing on index strategies, query optimization, connection pooling, and JSONB usage.

Tags

Compatible Platforms

📦 Quick Install

Claude Code example
mkdir -p .claude/skills
git clone https://github.com/alirezarezvani/claude-skills \
  .claude/skills/postgres-optimization

Replace .claude/skills/ with your platform's skills directory. View all install options →

postgres-optimization/SKILL.md — frontmatter preview

---
name: Postgres Optimization
description: Database design guidelines focusing on index strategies, query optimization, con…
authors: [alirezarezvani]
tags: [postgres, sql, database, performance]
platforms: [claude-code, github-copilot, cursor, gemini-cli, windsurf, codex, opencode]
---
🐙 View on GitHub ➕ Submit a Skill

Related Agent Skills

HashiCorp Terraform

A collection of Agent skills for HashiCorp products. Write HCL code, build modules, and develop Terraform providers.

Docker Best Practices

Rules for creating multi-stage, secure, and minimal Docker images for production deployments.

GitHub Actions CI/CD

Standardized GitHub Actions workflows for testing, linting, and automated deployments with security best practices.