What problem does it solve? Setting up PostgreSQL normally requires root access, apt packages, and manual configuration. This Skill installs PostgreSQL 18 entirely in user space under ~/postgres, with no apt and no extra server, giving the owner a private local database on demand. ## Core Features & Use Cases - User-space installation: Downloads a pinned, checksum-verified PostgreSQL 18 binary tarball and installs it under ~/postgres without system package managers. - Idempotent service management: Starts the cluster via ensure_postgres.sh, handles stale postmaster.pid files, adopts legacy clusters, and registers the database as a managed service on 127.0.0.1:5432. - Use Case: An owner types "I need a local database" in chat; the Skill confirms intent, installs PostgreSQL 18, starts it on loopback only, and registers it so it restarts automatically later. ## Quick Start Ask the assistant to install a local PostgreSQL database and confirm when it asks whether to proceed.