postgresql

Consolidate PostgreSQL documentation and tutorials into searchable reference files.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/ShunmeiCho/dotclaude --skill postgresql-shunmeicho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgresql
Source: https://github.com/ShunmeiCho/dotclaude/tree/main/skills/postgresql
Command: npx skills add https://github.com/ShunmeiCho/dotclaude --skill postgresql-shunmeicho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates PostgreSQL documentation, tutorials, and reference content into a single, easily accessible unit, reducing time spent searching across multiple sources.

Core Features & Use Cases

  • Centralized access to PostgreSQL official documentation (intro, SQL, installation, installation, and admin topics) with organized references.
  • Quick reference to key topics such as connection strings, MVCC, indexes, views, replication, and post-install setup, using the included references files.
  • Use Case: A developer wants to verify the syntax for PQconnectdbParams or create an index, then jump to the exact tutorial page without leaving their editor.

Quick Start

Query "32.1 Database Connection Control Functions" or "Getting Started" to view the relevant reference files in references/.

Frequently Asked Questions about postgresql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate PostgreSQL documentation to find specific SQL syntax quickly?

You can navigate PostgreSQL documentation by querying specific topics like "Getting Started" or exact reference titles. This consolidates tutorials and reference files into a single searchable unit, allowing you to quickly retrieve SQL syntax and administration guides without leaving your editor.

What is the best way to look up libpq connection control functions?

The best way to look up libpq functions is to query exact titles such as "32.1 Database Connection Control Functions". This directly loads the relevant reference file, enabling quick verification of connection string parameters and functions like PQconnectdbParams.

Does this PostgreSQL reference include installation and admin tutorials?

Yes, this PostgreSQL reference includes installation and admin tutorials. It organizes official documentation into centralized references, covering post-install setup, replication, views, and administration topics to support both learning and daily database management tasks.

How do I find reference content for PostgreSQL indexes and MVCC?

To find reference content for PostgreSQL indexes and MVCC, simply query those specific keywords. The Skill relies on a populated references directory, instantly loading the relevant tutorial pages and reference files to explain these core database mechanisms.

Can I search for PostgreSQL connection strings and replication setup in one place?

Yes, you can search for PostgreSQL connection strings and replication setup in one place. The Skill consolidates official documentation and tutorials into a single accessible unit, providing quick reference to these key topics via organized reference files.