postgres

Manage PostgreSQL databases with query optimization, schema design, and troubleshooting.

7|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Cobalt-Money/Cobalt --skill postgres-cobalt-money
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgres
Source: https://github.com/Cobalt-Money/Cobalt/tree/main/.agents/skills/postgres
Command: npx skills add https://github.com/Cobalt-Money/Cobalt --skill postgres-cobalt-money

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of managing PostgreSQL databases by providing expert-level guidance on query optimization, schema design, and operational troubleshooting to prevent downtime and performance bottlenecks.

Core Features & Use Cases

  • Performance Tuning: Identify and resolve slow queries, unused indexes, and bloat issues using advanced diagnostic queries.
  • Operational Reliability: Implement robust backup, recovery, and replication strategies to ensure data durability and high availability.
  • Use Case: When a production database experiences high latency, use this skill to audit index usage, analyze execution plans, and tune memory settings to restore optimal throughput.

Quick Start

Ask the postgres skill to identify unused indexes and provide a plan to optimize the current database schema.

Frequently Asked Questions about postgres

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

FAQPage Schema
How do I optimize slow PostgreSQL queries in a production database?

PostgreSQL performance tuning involves running advanced diagnostic queries to identify slow queries, unused indexes, and bloat issues. By analyzing execution plans and auditing index usage, you can resolve high latency and restore optimal database throughput.

What is the best way to plan PostgreSQL backup and recovery for high availability?

The best way to plan PostgreSQL backup and recovery is to implement robust replication strategies. This ensures data durability and high availability, satisfying requirements for operational reliability and preventing downtime in production environments.

How does PostgreSQL index auditing work for schema optimization?

PostgreSQL index auditing works by examining index usage patterns to identify unused or inefficient indexes. This schema optimization process removes performance bottlenecks, reduces bloat, and improves overall query execution speed.

Can I use this for troubleshooting PostgreSQL replication architecture?

Yes, you can use this for troubleshooting PostgreSQL replication architecture. It provides operational guidance to implement robust strategies that ensure data durability and high availability across your production database environments.

When do I need to tune PostgreSQL memory management settings?

You need to tune PostgreSQL memory management settings when a production database experiences high latency or performance bottlenecks. Adjusting these configurations restores optimal throughput and resolves operational issues caused by inefficient memory allocation.